Searched refs:getAttributeValueAsUnsigned (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.cpp | 37 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list, in dump() 87 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list, in getLineTableForCompileUnit() 156 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_high_pc, in getLineInfoForAddress()
|
D | DWARFCompileUnit.cpp | 160 die.getAttributeValueAsUnsigned(this, DW_AT_low_pc, -1U); in extractDIEsIfNeeded() 162 base_addr = die.getAttributeValueAsUnsigned(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
|
D | DWARFDebugInfoEntry.cpp | 391 DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsigned( in getAttributeValueAsUnsigned() function in DWARFDebugInfoEntryMinimal 431 uint64_t lo_pc = getAttributeValueAsUnsigned(cu, DW_AT_low_pc, -1ULL); in buildAddressRangeTable() 433 hi_pc = getAttributeValueAsUnsigned(cu, DW_AT_high_pc, -1ULL); in buildAddressRangeTable()
|
D | DWARFDebugInfoEntry.h | 117 uint64_t getAttributeValueAsUnsigned(const DWARFCompileUnit *cu,
|