Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFAbbreviationDeclaration.cpp126 case DW_AT_entry_pc: in CopyExcludingAddressAttributes()
HDDWARFDebugPubnames.cpp134 case DW_AT_entry_pc: in GeneratePubnames()
HDDWARFCompileUnit.cpp187 base_addr = die.GetAttributeValueAsUnsigned(m_dwarf2Data, this, DW_AT_entry_pc, 0); in ExtractDIEsIfNeeded()
681 case DW_AT_entry_pc: in Index()
HDDWARFDebugInfoEntry.cpp320 if (isCompileUnitTag && ((attr == DW_AT_entry_pc) || (attr == DW_AT_low_pc))) in Extract()
325 if (attr == DW_AT_low_pc || attr == DW_AT_entry_pc) in Extract()
797 case DW_AT_entry_pc: in GetDIENamesAndRanges()
HDSymbolFileDWARF.cpp6524 case DW_AT_entry_pc: in ParseType()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.cpp229 BaseAddr = DieArray[0].getAttributeValueAsAddress(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
/trueos/contrib/binutils/include/elf/
HDdwarf2.h316 DW_AT_entry_pc = 0x52, enumerator
/trueos/contrib/gcc/
HDdwarf2.h314 DW_AT_entry_pc = 0x52, enumerator
HDdwarf2out.c4676 case DW_AT_entry_pc: in dwarf_attr_name()
14499 add_AT_addr (comp_unit_die, DW_AT_entry_pc, const0_rtx); in dwarf2out_finish()
HDChangeLog-200116086 (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
/trueos/contrib/llvm/lib/Support/
HDDwarf.cpp180 case DW_AT_entry_pc: return "DW_AT_entry_pc"; in AttributeString()
/trueos/contrib/llvm/include/llvm/Support/
HDDwarf.h237 DW_AT_entry_pc = 0x52, in LLVM_ENUM_INT_TYPE()
/trueos/contrib/gdb/gdb/
HDdwarf2read.c1889 attr = dwarf2_attr (dies, DW_AT_entry_pc, &cu); in psymtab_to_symtab_1()
6698 case DW_AT_entry_pc: in dwarf_attr_name()
/trueos/contrib/binutils/binutils/
HDdwarf.c1460 case DW_AT_entry_pc: return "DW_AT_entry_pc"; in get_AT_name()