| /llvm-project-15.0.7/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-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 558 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in getStandardOpcodeLengths() local 562 StandardOpcodeLengths.resize(9); in getStandardOpcodeLengths() 564 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in getStandardOpcodeLengths() 566 return StandardOpcodeLengths; in getStandardOpcodeLengths() 584 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine() local 585 LineTable.StandardOpcodeLengths.value_or( in emitDebugLine() 589 : StandardOpcodeLengths.size() + 1; in emitDebugLine() 591 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine()
|
| H A D | DWARFYAML.cpp | 248 IO.mapOptional("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| 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_invalid_line_file_index.yaml | 41 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
| 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_duplicate_file_warning.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-15.0.7/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() 415 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 418 StandardOpcodeLengths.push_back(OpLen); in parse() 1132 assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse() 1135 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 382 DebugLines.StandardOpcodeLengths.emplace(); in dumpDebugLines() 384 DebugLines.StandardOpcodeLengths->push_back(LineData.getU8(&Offset)); in dumpDebugLines() 453 i < (*DebugLines.StandardOpcodeLengths)[NewOp.Opcode - 1]; ++i) in dumpDebugLines()
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 295 static const char StandardOpcodeLengths[] = { in Emit() local 309 assert(array_lengthof(StandardOpcodeLengths) >= in Emit() 313 makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in Emit() 483 ArrayRef<char> StandardOpcodeLengths, in Emit() argument 529 MCOS->emitInt8(StandardOpcodeLengths.size() + 1); in Emit() 532 for (char Length : StandardOpcodeLengths) in Emit()
|
| /llvm-project-15.0.7/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 ]
|
| H A D | DWARF5-debug_info.yaml | 469 StandardOpcodeLengths:
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 190 P.StandardOpcodeLengths = {0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1}; in createBasicPrologue() 385 for (auto Length : Prologue.StandardOpcodeLengths) { in writeProloguePayload()
|
| H A D | DWARFDebugLineTest.cpp | 174 EXPECT_EQ(Prologue.StandardOpcodeLengths, ExpectedLengths); in checkDefaultPrologue() 1503 Prologue.StandardOpcodeLengths.push_back(2); 1504 Prologue.StandardOpcodeLengths.push_back(0); 1631 InputPrologue.StandardOpcodeLengths.resize(2); 1742 Prologue.StandardOpcodeLengths.push_back(2);
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 92 std::vector<uint8_t> StandardOpcodeLengths; member
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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 ]
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 149 Optional<std::vector<uint8_t>> StandardOpcodeLengths; member
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/ |
| H A D | inlined-functions.yaml | 713 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/ |
| H A D | exe.yaml | 718 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|