HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeValueAsUnsigned (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 37 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
87 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_stmt_list,
156 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_high_pc,
DWARFCompileUnit.cpp 160 die.getAttributeValueAsUnsigned(this, DW_AT_low_pc, -1U);
162 base_addr = die.getAttributeValueAsUnsigned(this, DW_AT_entry_pc, 0);
DWARFDebugInfoEntry.h 117 uint64_t getAttributeValueAsUnsigned(const DWARFCompileUnit *cu,
DWARFDebugInfoEntry.cpp 391 DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsigned(
431 uint64_t lo_pc = getAttributeValueAsUnsigned(cu, DW_AT_low_pc, -1ULL);
433 hi_pc = getAttributeValueAsUnsigned(cu, DW_AT_high_pc, -1ULL);

Completed in 344 milliseconds