Home
last modified time | relevance | path

Searched refs:getAsAddress (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h103 Optional<uint64_t> getAsAddress() const;
237 return V->getAsAddress(); in toAddress()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h79 Optional<uint64_t> getAsAddress(const DWARFUnit *U) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp526 Optional<uint64_t> DWARFFormValue::getAsAddress(const DWARFUnit *U) const { in getAsAddress() function in DWARFFormValue
DDWARFDebugInfoEntry.cpp273 Optional<uint64_t> Result = FormValue.getAsAddress(U); in getAttributeValueAsAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp152 if (auto Val = FormValue.getValue().getAsAddress()) in dumpDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp556 Optional<uint64_t> DWARFFormValue::getAsAddress() const { in getAsAddress() function in DWARFFormValue
DDWARFDie.cpp365 if (auto Address = FormValue->getAsAddress()) { in getHighPC()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2158 HighPc = *HighPcValue.getAsAddress(&OrigUnit); in shouldKeepSubprogramDIE()
2480 uint64_t Addr = *Val.getAsAddress(&Unit.getOrigUnit()); in cloneAddressAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1355 EXPECT_EQ(CULowPC, *I->Value.getAsAddress()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1060 uint64_t Addr = *Val.getAsAddress(); in cloneAddressAttribute()