Searched refs:getAttributeValueAsAddress (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/llvm/lib/DebugInfo/ |
| HD | DWARFDebugInfoEntry.cpp | 179 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()
|
| HD | DWARFUnit.cpp | 227 DieArray[0].getAttributeValueAsAddress(this, DW_AT_low_pc, -1ULL); in extractDIEsIfNeeded() 229 BaseAddr = DieArray[0].getAttributeValueAsAddress(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
|
| HD | DWARFDebugInfoEntry.h | 122 uint64_t getAttributeValueAsAddress(const DWARFUnit *U, const uint16_t Attr,
|