Home
last modified time | relevance | path

Searched refs:getAttributeValueAsAddress (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp268 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsAddress( in getAttributeValueAsAddress() function in DWARFDebugInfoEntryMinimal
317 LowPC = getAttributeValueAsAddress(U, DW_AT_low_pc, -1ULL); in getLowAndHighPC()
320 HighPC = getAttributeValueAsAddress(U, DW_AT_high_pc, -1ULL); in getLowAndHighPC()
DDWARFUnit.cpp253 DieArray[0].getAttributeValueAsAddress(this, DW_AT_low_pc, -1ULL); in extractDIEsIfNeeded()
255 BaseAddr = DieArray[0].getAttributeValueAsAddress(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h95 uint64_t getAttributeValueAsAddress(const DWARFUnit *U, const uint16_t Attr,
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp850 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in emitLocationsForUnit()
2138 DIE.getAttributeValueAsAddress(&OrigUnit, dwarf::DW_AT_low_pc, -1ULL); in shouldKeepSubprogramDIE()
2760 InputDIE.getAttributeValueAsAddress(&U, dwarf::DW_AT_high_pc, 0); in cloneDIE()
2765 InputDIE.getAttributeValueAsAddress(&U, dwarf::DW_AT_low_pc, UINT64_MAX); in cloneDIE()
2886 uint64_t OrigLowPc = OrigUnitDie->getAttributeValueAsAddress( in patchRangesForUnit()