Searched refs:DW_AT_high_pc (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_highpc.c66 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_high_pc,
H A Ddwarf.h160 DW_AT_high_pc = 0x12, enumerator in enum:__anon21154
/external/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s15 # CHECK: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000050)
150 .quad .Lfunc_end0 # DW_AT_high_pc
156 .quad .Ltmp8 # DW_AT_high_pc
283 .byte 18 # DW_AT_high_pc
296 .byte 18 # DW_AT_high_pc
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp124 case DW_AT_high_pc:
H A DDWARFDebugInfoEntry.cpp735 // DW_AT_low_pc/DW_AT_high_pc pair, DW_AT_entry_pc, or DW_AT_ranges
799 case DW_AT_high_pc:
1447 if (GetAttributeValue(dwarf2Data, cu, DW_AT_high_pc, form_value))
H A DDWARFCompileUnit.cpp700 case DW_AT_high_pc:
H A DSymbolFileDWARF.cpp6436 case DW_AT_high_pc:
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-info.c125 DW_AT_high_pc = 0x12, enumerator in enum:__anon16324
318 abc->len += dwarf2_add_abbrev_attr(abbrev, DW_AT_high_pc, DW_FORM_addr);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp229 HighPC = getAttributeValueAsAddress(U, DW_AT_high_pc, -1ULL);
231 // Since DWARF4, DW_AT_high_pc may also be of class constant, in which case
233 HighPC = getAttributeValueAsUnsignedConstant(U, DW_AT_high_pc, -1ULL);
/external/llvm/lib/Support/
H A DDwarf.cpp129 case DW_AT_high_pc: return "DW_AT_high_pc";
/external/oprofile/opjitconv/
H A Ddebug_line.c72 DW_AT_high_pc, enumerator in enum:dw_at
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h226 DW_AT_high_pc = 0x12, enumerator in enum:__anon32408
H A Dd3basics.c205 case DW_AT_high_pc: return "DW_AT_high_pc";
H A Dreaddwarf3.c673 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
841 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
1691 if (attr == DW_AT_high_pc && cts.szB > 0) {
1814 if (attr == DW_AT_high_pc && cts.szB > 0) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp312 // and DW_AT_high_pc attributes. If there are global variables in this
397 // DW_AT_low_pc/DW_AT_high_pc labels.
948 U.addLabelDelta(U.getUnitDie(), dwarf::DW_AT_high_pc, Range.getEnd(),
2302 // DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_dwo_name, DW_AT_dwo_id,
2478 Unit.addLabelAddress(D, dwarf::DW_AT_high_pc, End);
2480 Unit.addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin);
/external/llvm/include/llvm/Support/
H A DDwarf.h188 DW_AT_high_pc = 0x12,
/external/llvm/lib/MC/
H A DMCDwarf.cpp526 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr);
/external/elfutils/0.153/src/
H A Dreadelf.c3340 [DW_AT_high_pc] = "high_pc",

Completed in 310 milliseconds