Home
last modified time | relevance | path

Searched full:abbrevtableid (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/ObjectYAML/MachO/
DDWARF-debug_info.yaml516 # DWARF32-NEXT: AbbrevTableID: 0
586 # DWARF32-YAML-NEXT: AbbrevTableID: 0
670 # DWARF64-YAML-NEXT: AbbrevTableID: 0
679 ## associated abbrev table that is referenced by the 'AbbrevTableID' and obj2yaml
720 # MULTI-TABLES-NEXT: AbbrevTableID: 1
729 # MULTI-TABLES-NEXT: AbbrevTableID: 1
738 # MULTI-TABLES-NEXT: AbbrevTableID: 0
747 # MULTI-TABLES-NEXT: AbbrevTableID: 2
837 AbbrevTableID: 2
843 AbbrevTableID: 2
[all …]
DDWARF5-debug_info.yaml517 # DWARF32-NEXT: AbbrevTableID: 0
588 # DWARF32-YAML-NEXT: AbbrevTableID: 0
674 # DWARF64-YAML-NEXT: AbbrevTableID: 0
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp64 uint64_t AbbrevTableID = in getAbbrevTableInfoByID() local
67 {AbbrevTableID, AbbrevTableInfo{/*Index=*/AbbrevTable.index(), in getAbbrevTableInfoByID()
74 AbbrevTableID, AbbrevTable.index(), It.first->second.Index); in getAbbrevTableInfoByID()
189 IO.mapOptional("AbbrevTableID", Unit.AbbrevTableID); in mapping()
DDWARFEmitter.cpp266 uint64_t AbbrevTableID, in writeDIE() argument
277 DI.getAbbrevTableInfoByID(AbbrevTableID); in writeDIE()
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.getValueOr(I); in emitDebugInfo() local
430 writeDIE(DI, I, AbbrevTableID, Params, Entry, EntryBufferOS, in emitDebugInfo()
450 DI.getAbbrevTableInfoByID(AbbrevTableID)) { in emitDebugInfo()
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
Ddebug-info.yaml282 AbbrevTableID: 0
905 ## associated abbrev table that is referenced by the 'AbbrevTableID' and infer
975 AbbrevTableID: 2
981 AbbrevTableID: 2
987 AbbrevTableID: 0
993 AbbrevTableID: 1
1020 AbbrevTableID: [[ABBREVID=<none>]]
1022 ## q) Test that when we assign an invalid 'AbbrevTableID' that doesn't point to an abbrev table,
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp26 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
29 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()
220 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h115 Optional<uint64_t> AbbrevTableID; member
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp2448 AbbrevTableID: 0 in TEST()