Home
last modified time | relevance | path

Searched full:standardopcodelengths (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml82 StandardOpcodeLengths: [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
212 StandardOpcodeLengths: []
238 StandardOpcodeLengths: []
302 StandardOpcodeLengths: []
347 StandardOpcodeLengths: []
429 StandardOpcodeLengths: []
543 StandardOpcodeLengths: [ 0, 1, 1 ]
568 StandardOpcodeLengths: [ 0, 1, 1 ]
618 StandardOpcodeLengths: [ 0, 1, 1 ]
657 StandardOpcodeLengths: []
[all …]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp146 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
243 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
349 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
465 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
587 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
H A DDwarfGenerator.cpp219 P.StandardOpcodeLengths = {0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1}; in createBasicPrologue()
414 for (auto Length : Prologue.StandardOpcodeLengths) { in writeProloguePayload()
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp589 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in emitDebugLine()
593 StandardOpcodeLengths.resize(9); in emitDebugLine()
595 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in emitDebugLine()
597 return StandardOpcodeLengths; in emitDebugLine()
615 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine()
616 LineTable.StandardOpcodeLengths.value_or( in emitDebugLine()
620 : StandardOpcodeLengths.size() + 1; in emitDebugLine()
622 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine()
559 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, getStandardOpcodeLengths() local
585 std::vector<uint8_t> StandardOpcodeLengths = emitDebugLine() local
H A DDWARFYAML.cpp291 IO.mapOptional("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Dverify_invalid_line_sequence.yaml41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Dverify_invalid_line_table_prologue_dir_index.yaml41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Dverify_duplicate_file_warning.yaml41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Dverify_invalid_line_file_index.yaml41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Dverify_cu_dont_share_line_table.yaml51 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Dverify_attr_file_indexes_no_files.yaml113 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Dverify_attr_file_indexes.yaml113 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Delf-empty-dir.yaml71 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp393 DebugLines.StandardOpcodeLengths.emplace(); in dumpDebugLines()
395 DebugLines.StandardOpcodeLengths->push_back(LineData.getU8(&Offset)); in dumpDebugLines()
464 i < (*DebugLines.StandardOpcodeLengths)[NewOp.Opcode - 1]; ++i) in dumpDebugLines()
/llvm-project/llvm/test/ObjectYAML/MachO/
H A DDWARF-debug_line.yaml501 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
541 # CHECK-NEXT: StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml125 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp112 StandardOpcodeLengths.clear(); in clear()
141 for (uint32_t I = 0; I != StandardOpcodeLengths.size(); ++I) in dump()
144 StandardOpcodeLengths[I]); in dump()
435 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse()
438 StandardOpcodeLengths.push_back(OpLen); in parse()
1202 assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse()
1205 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse()
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
H A Dverify-no-file.yaml343 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml474 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
942 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/lldb/test/API/functionalities/source-map/
H A Da.yaml376 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp325 static const char StandardOpcodeLengths[] = { in forceExpAbs()
339 assert(std::size(StandardOpcodeLengths) >= in emitSection()
342 ArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in emitSection()
522 ArrayRef<char> StandardOpcodeLengths, in Emit()
568 MCOS->emitInt8(StandardOpcodeLengths.size() + 1); in emitCU()
571 for (char Length : StandardOpcodeLengths) in emitCU()
299 static const char StandardOpcodeLengths[] = { Emit() local
495 Emit(MCStreamer * MCOS,MCDwarfLineTableParams Params,ArrayRef<char> StandardOpcodeLengths,std::optional<MCDwarfLineStr> & LineStr) const Emit() argument
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbad_aranges.yaml418 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
H A Drelative.yaml418 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp1768 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
2032 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
2991 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
3229 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
3449 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
3484 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
3712 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
3944 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
4114 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ] in TEST()
4267 StandardOpcodeLengths in TEST()
[all...]
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml479 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]

12