Home
last modified time | relevance | path

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

/llvm-project/llvm/test/ObjectYAML/MachO/
H A 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 …]
H A DDWARF5-debug_info.yaml517 # DWARF32-NEXT: AbbrevTableID: 0
588 # DWARF32-YAML-NEXT: AbbrevTableID: 0
674 # DWARF64-YAML-NEXT: AbbrevTableID: 0
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-str-offsets-mixed-dwarf-4-5.yaml41 AbbrevTableID: 0
52 AbbrevTableID: 0
H A Dverify_empty_debug_line_sequence.yaml39 AbbrevTableID: 0
H A Dverify_cu_dont_share_line_table.yaml37 AbbrevTableID: 0
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp126 AbbrevTableID: 0 in TEST()
220 AbbrevTableID: 0 in TEST()
326 AbbrevTableID: 0 in TEST()
434 AbbrevTableID: 0 in TEST()
445 AbbrevTableID: 0 in TEST()
556 AbbrevTableID: 0 in TEST()
567 AbbrevTableID: 0 in TEST()
673 AbbrevTableID: 0
682 AbbrevTableID: 0
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp66 uint64_t AbbrevTableID = AbbrevTable.ID.value_or(Index); in getAbbrevTableInfoByID() local
68 {AbbrevTableID, AbbrevTableInfo{/*Index=*/Index, in getAbbrevTableInfoByID()
75 AbbrevTableID, Index, It.first->second.Index); in getAbbrevTableInfoByID()
216 IO.mapOptional("AbbrevTableID", Unit.AbbrevTableID); in mapping()
H A DDWARFEmitter.cpp265 uint64_t AbbrevTableID, in writeDIE()
276 DI.getAbbrevTableInfoByID(AbbrevTableID); in writeDIE()
442 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); in emitDebugInfo()
445 writeDIE(DI, I, AbbrevTableID, Params, Entry, EntryBufferOS, in emitDebugInfo()
465 DI.getAbbrevTableInfoByID(AbbrevTableID)) { in emitDebugInfo()
266 writeDIE(const DWARFYAML::Data & DI,uint64_t CUIndex,uint64_t AbbrevTableID,const dwarf::FormParams & Params,const DWARFYAML::Entry & Entry,raw_ostream & OS,bool IsLittleEndian) writeDIE() argument
427 uint64_t AbbrevTableID = Unit.AbbrevTableID.value_or(I); emitDebugInfo() local
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DXcodeSDKModuleTests.cpp60 AbbrevTableID: 0 in createCompileUnits()
150 AbbrevTableID: 0 in TEST_F()
196 AbbrevTableID: 0 in TEST_F()
H A DDWARFDIETest.cpp347 AbbrevTableID: 0 in TEST()
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml282 AbbrevTableID: 0
955 ## associated abbrev table that is referenced by the 'AbbrevTableID' and infer
1025 AbbrevTableID: 2
1031 AbbrevTableID: 2
1037 AbbrevTableID: 0
1043 AbbrevTableID: 1
1070 AbbrevTableID: [[ABBREVID=<none>]]
1072 ## q) Test that when we assign an invalid 'AbbrevTableID' that doesn't point to an abbrev table,
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-empty-dir.yaml47 AbbrevTableID: 0
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp28 uint64_t AbbrevTableID = 0; in dumpDebugAbbrev() local
33 Y.DebugAbbrev.back().ID = AbbrevTableID++; in dumpDebugAbbrev()
232 NewUnit.AbbrevTableID = std::distance( in dumpDebugInfo()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml94 AbbrevTableID: 0
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
H A Dverify-no-file.yaml305 AbbrevTableID: 0
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbad_aranges.yaml336 AbbrevTableID: 0
H A Drelative.yaml336 AbbrevTableID: 0
/llvm-project/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp218 AbbrevTableID: 0 in TEST()
227 AbbrevTableID: 0 in TEST()
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp2937 AbbrevTableID: 0 in TEST()
3197 AbbrevTableID: 0 in TEST()
3398 AbbrevTableID: 0 in TEST()
3420 AbbrevTableID: 0 in TEST()
3675 AbbrevTableID: 0 in TEST()
3912 AbbrevTableID: 0 in TEST()
4089 AbbrevTableID: 0 in TEST()
4243 AbbrevTableID: 0 in TEST()
4511 AbbrevTableID: 0 in TEST()
4773 AbbrevTableID in TEST()
[all...]
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/
H A Dinlined-file0-line0-col0.yaml475 AbbrevTableID: 0
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml407 AbbrevTableID: 0
/llvm-project/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml502 AbbrevTableID: 0
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h116 std::optional<uint64_t> AbbrevTableID; member