reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
690 AttrValue.Value = DWARFFormValue::createFromUnit(
lib/DebugInfo/DWARF/DWARFVerifier.cpp453 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { 462 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { 482 if (Optional<ArrayRef<uint8_t>> Expr = AttrValue.Value.getAsBlock()) { 485 } else if (auto LocOffset = AttrValue.Value.getAsSectionOffset()) { 535 const auto Form = AttrValue.Value.getForm(); 543 Optional<uint64_t> RefVal = AttrValue.Value.getAsReference(); 547 auto CUOffset = AttrValue.Value.getRawUValue(); 567 Optional<uint64_t> RefVal = AttrValue.Value.getAsReference(); 584 auto SecOffset = AttrValue.Value.getAsSectionOffset(); 598 auto Index = AttrValue.Value.getRawUValue();unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
1451 auto ActualCUPath = I->Value.getAsCString(); 1456 EXPECT_EQ(1ull, *I->Value.getAsUnsignedConstant()); 1460 EXPECT_EQ(CULowPC, *I->Value.getAsAddress());