/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-line.yaml | 82 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 D | DWARFDieTest.cpp | 146 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 D | DwarfGenerator.cpp | 219 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 D | DWARFEmitter.cpp | 589 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 D | DWARFYAML.cpp | 291 IO.mapOptional("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | verify_invalid_line_sequence.yaml | 41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | verify_invalid_line_table_prologue_dir_index.yaml | 41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | verify_duplicate_file_warning.yaml | 41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | verify_invalid_line_file_index.yaml | 41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | verify_cu_dont_share_line_table.yaml | 51 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | verify_attr_file_indexes_no_files.yaml | 113 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | verify_attr_file_indexes.yaml | 113 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | elf-empty-dir.yaml | 71 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 393 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 D | DWARF-debug_line.yaml | 501 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 D | dead-code-filtering.yaml | 125 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 112 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 D | verify-no-file.yaml | 343 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
H A D | fat-macho-dwarf.yaml | 474 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 D | a.yaml | 376 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 325 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 D | bad_aranges.yaml | 418 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
H A D | relative.yaml | 418 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
H A D | GSYMTest.cpp | 1768 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 D | strip-all-with-dwarf.yaml | 479 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|