Home
last modified time | relevance | path

Searched full:opcodebase (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/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/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_sequence.yaml40 OpcodeBase: 13
H A Dverify_invalid_line_table_prologue_dir_index.yaml40 OpcodeBase: 13
H A Dverify_duplicate_file_warning.yaml40 OpcodeBase: 13
H A Dverify_invalid_line_file_index.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/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp547 uint8_t OpcodeBase, uint8_t AddrSize, in writeLineTableOpcode()
552 } else if (Op.Opcode < OpcodeBase) { in writeLineTableOpcode()
586 getStandardOpcodeLengths(uint16_t Version, std::optional<uint8_t> OpcodeBase) { in emitDebugLine()
594 } else if (OpcodeBase) { in emitDebugLine()
595 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in emitDebugLine()
617 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
618 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
619 ? *LineTable.OpcodeBase in emitDebugLine()
517 writeLineTableOpcode(const DWARFYAML::LineTableOpcode & Op,uint8_t OpcodeBase,uint8_t AddrSize,raw_ostream & OS,bool IsLittleEndian) writeLineTableOpcode() argument
556 getStandardOpcodeLengths(uint16_t Version,std::optional<uint8_t> OpcodeBase) getStandardOpcodeLengths() argument
588 uint8_t OpcodeBase = LineTable.OpcodeBase emitDebugLine() local
[all...]
H A DDWARFYAML.cpp290 IO.mapOptional("OpcodeBase", LineTable.OpcodeBase); in mapping()
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp145 OpcodeBase: 13 in TEST()
242 OpcodeBase: 13 in TEST()
348 OpcodeBase: 13 in TEST()
464 OpcodeBase: 13 in TEST()
586 OpcodeBase: 13 in TEST()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp109 OpcodeBase = 0; in clear()
139 << format(" opcode_base: %u\n", OpcodeBase); in dump()
423 OpcodeBase = DebugLineData.getU8(Cursor); in parse()
425 if (Cursor && OpcodeBase == 0) { in parse()
435 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()
436 for (uint32_t I = 1; I < OpcodeBase; ++I) { in parse()
627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() argument
629 if (Opcode < OpcodeBase) in getOpcodeName()
638 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrOpIndex()
705 Opcode >= LineTable->Prologue.OpcodeBase); in advanceForOpcode()
[all...]
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-empty-dir.yaml70 OpcodeBase: 13
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp391 DebugLines.OpcodeBase = LineData.getU8(&Offset); in dumpDebugLines()
394 for (uint8_t i = 1; i < DebugLines.OpcodeBase; ++i) in dumpDebugLines()
437 } else if (NewOp.Opcode < *DebugLines.OpcodeBase) { in dumpDebugLines()
/llvm-project/llvm/test/ObjectYAML/MachO/
H A DDWARF-debug_line.yaml500 OpcodeBase: 13
540 # CHECK-NEXT: OpcodeBase: 13
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml124 OpcodeBase: 13
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h283 Section.emitIntVal(P.OpcodeBase, 1); in emitLineTableProloguePayload()
299 Params.DWARF2LineOpcodeBase = LineTable.Prologue.OpcodeBase; in emitLineTableRows()
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
H A Dverify-no-file.yaml342 OpcodeBase: 13
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml473 OpcodeBase: 13
941 OpcodeBase: 13
/llvm-project/lldb/test/API/functionalities/source-map/
H A Da.yaml375 OpcodeBase: 13
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbad_aranges.yaml417 OpcodeBase: 13
H A Drelative.yaml417 OpcodeBase: 13
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1767 OpcodeBase: 13 in TEST()
2031 OpcodeBase: 13 in TEST()
2990 OpcodeBase: 13 in TEST()
3228 OpcodeBase: 13 in TEST()
3448 OpcodeBase: 13 in TEST()
3483 OpcodeBase: 13 in TEST()
3711 OpcodeBase: 13 in TEST()
3943 OpcodeBase: 13 in TEST()
4113 OpcodeBase: 13 in TEST()
4266 OpcodeBase in TEST()
[all...]
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml478 OpcodeBase: 13

12