Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp37 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()
DDWARFCompileUnit.cpp160 die.getAttributeValueAsUnsigned(this, DW_AT_low_pc, -1U); in extractDIEsIfNeeded()
162 base_addr = die.getAttributeValueAsUnsigned(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
DDWARFDebugInfoEntry.cpp391 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()
DDWARFDebugInfoEntry.h117 uint64_t getAttributeValueAsUnsigned(const DWARFCompileUnit *cu,