Home
last modified time | relevance | path

Searched refs:OpcodeBase (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dsources.test180 OpcodeBase: 1
193 OpcodeBase: 1
223 OpcodeBase: 1
235 OpcodeBase: 1
296 OpcodeBase: 1
309 OpcodeBase: 1
343 OpcodeBase: 1
H A Dverify_invalid_line_table_prologue_dir_index.yaml40 OpcodeBase: 13
H A Dverify_invalid_line_file_index.yaml40 OpcodeBase: 13
H A Dverify_invalid_line_sequence.yaml40 OpcodeBase: 13
H A Dverify_duplicate_file_warning.yaml40 OpcodeBase: 13
H A Dverify_cu_dont_share_line_table.yaml50 OpcodeBase: 13
H A Dverify_attr_file_indexes_no_files.yaml112 OpcodeBase: 13
H A Dverify_attr_file_indexes.yaml112 OpcodeBase: 13
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp516 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode() argument
521 } else if (Op.Opcode < OpcodeBase) { in writeLineTableOpcode()
555 getStandardOpcodeLengths(uint16_t Version, Optional<uint8_t> OpcodeBase) { in getStandardOpcodeLengths() argument
563 } else if (OpcodeBase) { in getStandardOpcodeLengths()
564 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in getStandardOpcodeLengths()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine() local
588 ? *LineTable.OpcodeBase in emitDebugLine()
590 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
608 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()
H A DDWARFYAML.cpp247 IO.mapOptional("OpcodeBase", LineTable.OpcodeBase); in mapping()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp109 OpcodeBase = 0; in clear()
139 << format(" opcode_base: %u\n", OpcodeBase); in dump()
403 OpcodeBase = DebugLineData.getU8(Cursor); in parse()
405 if (Cursor && OpcodeBase == 0) { in parse()
415 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()
416 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse()
604 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() argument
606 if (Opcode < OpcodeBase) in getOpcodeName()
646 Opcode >= LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode()
649 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode()
[all …]
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml81 OpcodeBase: 5
211 OpcodeBase: 13
237 OpcodeBase: 13
301 OpcodeBase: 13
346 OpcodeBase: 13
428 OpcodeBase: 13
542 OpcodeBase: 4
567 OpcodeBase: 4
617 OpcodeBase: 4
656 OpcodeBase: 1
[all …]
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp380 DebugLines.OpcodeBase = LineData.getU8(&Offset); in dumpDebugLines()
383 for (uint8_t i = 1; i < DebugLines.OpcodeBase; ++i) in dumpDebugLines()
426 } else if (NewOp.Opcode < *DebugLines.OpcodeBase) { in dumpDebugLines()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml124 OpcodeBase: 13
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A DDWARF-debug_line.yaml500 OpcodeBase: 13
540 # CHECK-NEXT: OpcodeBase: 13
H A DDWARF5-debug_info.yaml468 OpcodeBase: 13
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp189 P.OpcodeBase = 13; in createBasicPrologue()
384 Asm.emitInt8(Prologue.OpcodeBase); in writeProloguePayload()
H A DDWARFDebugLineTest.cpp172 EXPECT_EQ(Prologue.OpcodeBase, 13u); in checkDefaultPrologue()
1502 Prologue.OpcodeBase += 2;
1630 InputPrologue.OpcodeBase = 3;
1741 ++Prologue.OpcodeBase;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h89 uint8_t OpcodeBase; member
/llvm-project-15.0.7/lldb/test/API/functionalities/source-map/
H A Da.yaml375 OpcodeBase: 13
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp687 unsigned OpcodeBase = Data.getU8(&Offset); in translateLineTable() local
688 Offset += OpcodeBase - 1; in translateLineTable()
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml473 OpcodeBase: 13
941 OpcodeBase: 13
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml478 OpcodeBase: 13
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h148 Optional<uint8_t> OpcodeBase; member
/llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml712 OpcodeBase: 13

12