Home
last modified time | relevance | path

Searched refs:DW_AT_entry_pc (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-completeness.s74 .byte 82 # DW_AT_entry_pc
120 .byte 82 # DW_AT_entry_pc
164 .quad 0x47 # DW_AT_entry_pc
171 .quad 0x4a # DW_AT_entry_pc
/external/elfutils/libdw/
Ddwarf_entrypc.c42 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc, in dwarf_entrypc()
Ddwarf.h237 DW_AT_entry_pc = 0x52, enumerator
Ddwarf_getlocation.c702 DW_AT_entry_pc, in __libdw_cu_base_address()
Dknown-dwarf.h91 DWARF_ONE_KNOWN_DW_AT (entry_pc, DW_AT_entry_pc) \
DChangeLog1135 DW_AT_entry_pc nor DW_AT_low_pc are available. Instead remember
3056 * dwarf_getloclist.c (dwarf_addrloclists): Use DW_AT_entry_pc for base
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp239 ((attr == DW_AT_entry_pc) || (attr == DW_AT_low_pc))) { in extract()
242 if (attr == DW_AT_low_pc || attr == DW_AT_entry_pc) in extract()
DDWARFCompileUnit.cpp162 base_addr = die.getAttributeValueAsUnsigned(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-06-28-DbgEntryPC.ll2 ; Use DW_FORM_addr for DW_AT_entry_pc.
13 ; CHECK-NEXT: .byte 82 ## DW_AT_entry_pc
/external/elfutils/tests/
Ddwflmodtest.c86 Dwarf_Attribute *attr = dwarf_attr (instance, DW_AT_entry_pc, &attr_mem); in print_instance()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h224 DW_AT_entry_pc = 0x52, enumerator
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp255 BaseAddr = DieArray[0].getAttributeValueAsAddress(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp179 case DW_AT_entry_pc: return "DW_AT_entry_pc"; in AttributeString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h203 DW_AT_entry_pc = 0x52, enumerator
/external/llvm/include/llvm/Support/
DDwarf.h158 DW_AT_entry_pc = 0x52, enumerator
/external/llvm/lib/Support/
DDwarf.cpp111 case DW_AT_entry_pc: return "DW_AT_entry_pc"; in AttributeString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp645 Optional<DWARFFormValue> PC = UnitDie.find({DW_AT_low_pc, DW_AT_entry_pc}); in getBaseAddress()
DDWARFVerifier.cpp1250 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1623 EXPECT_FALSE(FuncDie.find({DW_AT_low_pc, DW_AT_entry_pc}).hasValue()); in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp483 NewCU->addUInt(Die, dwarf::DW_AT_entry_pc, dwarf::DW_FORM_addr, 0); in constructCompileUnit()
/external/llvm/docs/
DSourceLevelDebugging.rst1216 ``DW_AT_high_pc``, ``DW_AT_ranges`` or ``DW_AT_entry_pc``. It also contains
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst1272 ``DW_AT_high_pc``, ``DW_AT_ranges`` or ``DW_AT_entry_pc``. It also contains
/external/elfutils/src/
Dreadelf.c4781 if (dwarf_formaddr (dwarf_attr (cudie, DW_AT_entry_pc, &attr_mem), in cudie_base()