Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugInfoEntry.cpp179 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsAddress( in getAttributeValueAsAddress() function in DWARFDebugInfoEntryMinimal
218 LowPC = getAttributeValueAsAddress(U, DW_AT_low_pc, -1ULL); in getLowAndHighPC()
221 HighPC = getAttributeValueAsAddress(U, DW_AT_high_pc, -1ULL); in getLowAndHighPC()
HDDWARFUnit.cpp227 DieArray[0].getAttributeValueAsAddress(this, DW_AT_low_pc, -1ULL); in extractDIEsIfNeeded()
229 BaseAddr = DieArray[0].getAttributeValueAsAddress(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
HDDWARFDebugInfoEntry.h122 uint64_t getAttributeValueAsAddress(const DWARFUnit *U, const uint16_t Attr,