Searched full:abbrevtableid (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/ObjectYAML/MachO/ |
D | DWARF-debug_info.yaml | 516 # 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 …]
|
D | DWARF5-debug_info.yaml | 517 # DWARF32-NEXT: AbbrevTableID: 0 588 # DWARF32-YAML-NEXT: AbbrevTableID: 0 674 # DWARF64-YAML-NEXT: AbbrevTableID: 0
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 64 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()
|
D | DWARFEmitter.cpp | 266 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/ |
D | debug-info.yaml | 282 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/ |
D | dwarf2yaml.cpp | 26 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/ |
D | DWARFYAML.h | 115 Optional<uint64_t> AbbrevTableID; member
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 2448 AbbrevTableID: 0 in TEST()
|