/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
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 …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 27 StandardOpcodeLengths.clear(); in clear() 44 for (uint32_t i = 0; i < StandardOpcodeLengths.size(); ++i) in dump() 46 StandardOpcodeLengths[i]); in dump() 94 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 97 StandardOpcodeLengths.push_back(op_len); in parse() 453 assert(opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse() 454 uint8_t opcode_length = Prologue.StandardOpcodeLengths[opcode - 1]; in parse()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 559 std::vector<uint8_t> StandardOpcodeLengths{0, 1, 1, 1, 1, 0, in getStandardOpcodeLengths() local 563 StandardOpcodeLengths.resize(9); in getStandardOpcodeLengths() 565 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0); in getStandardOpcodeLengths() 567 return StandardOpcodeLengths; in getStandardOpcodeLengths() 585 std::vector<uint8_t> StandardOpcodeLengths = in emitDebugLine() local 586 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine() 590 : StandardOpcodeLengths.size() + 1; in emitDebugLine() 592 for (uint8_t OpcodeLength : StandardOpcodeLengths) in emitDebugLine()
|
D | DWARFYAML.cpp | 248 IO.mapOptional("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 95 StandardOpcodeLengths.clear(); in clear() 116 for (uint32_t I = 0; I != StandardOpcodeLengths.size(); ++I) in dump() 118 LNStandardString(I + 1).data(), StandardOpcodeLengths[I]); in dump() 343 StandardOpcodeLengths.reserve(OpcodeBase - 1); in parse() 346 StandardOpcodeLengths.push_back(OpLen); in parse() 826 assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse() 827 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 160 IO.mapRequired("StandardOpcodeLengths", LineTable.StandardOpcodeLengths); in mapping()
|
D | DWARFEmitter.cpp | 227 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 381 DebugLines.StandardOpcodeLengths.emplace(); in dumpDebugLines() 383 DebugLines.StandardOpcodeLengths->push_back(LineData.getU8(&Offset)); in dumpDebugLines() 453 DebugLines.StandardOpcodeLengths.getValue()[NewOp.Opcode - 1]; in dumpDebugLines()
|
/external/llvm-project/llvm/test/ObjectYAML/MachO/ |
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 ]
|
D | DWARF5-debug_info.yaml | 469 StandardOpcodeLengths:
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | verify_attr_file_indexes.yaml | 113 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
D | verify_attr_file_indexes_no_files.yaml | 113 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
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() 1128 assert(Opcode - 1U < Prologue.StandardOpcodeLengths.size()); in parse() 1131 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 209 static const char StandardOpcodeLengths[] = { in Emit() local 223 assert(array_lengthof(StandardOpcodeLengths) >= in Emit() 225 return Emit(MCOS, Params, makeArrayRef(StandardOpcodeLengths, in Emit() 247 ArrayRef<char> StandardOpcodeLengths) const { in Emit() 284 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1); in Emit() 287 for (char Length : StandardOpcodeLengths) in Emit()
|
/external/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
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 ]
|
/external/llvm-project/lldb/test/API/functionalities/source-map/ |
D | a.yaml | 376 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 272 static const char StandardOpcodeLengths[] = { in Emit() local 286 assert(array_lengthof(StandardOpcodeLengths) >= in Emit() 290 makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in Emit() 449 ArrayRef<char> StandardOpcodeLengths, in Emit() argument 503 MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1); in Emit() 506 for (char Length : StandardOpcodeLengths) in Emit()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCDwarf.cpp | 290 static const char StandardOpcodeLengths[] = { in Emit() local 304 assert(array_lengthof(StandardOpcodeLengths) >= in Emit() 308 makeArrayRef(StandardOpcodeLengths, Params.DWARF2LineOpcodeBase - 1), in Emit() 468 ArrayRef<char> StandardOpcodeLengths, in Emit() argument 532 MCOS->emitInt8(StandardOpcodeLengths.size() + 1); in Emit() 535 for (char Length : StandardOpcodeLengths) in Emit()
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
D | strip-all-with-dwarf.yaml | 471 StandardOpcodeLengths: [ 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1 ]
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 62 std::vector<uint8_t> StandardOpcodeLengths; member
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 190 P.StandardOpcodeLengths = {0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1}; in createBasicPrologue() 390 for (auto Length : Prologue.StandardOpcodeLengths) { in writeProloguePayload()
|
D | DWARFDebugLineTest.cpp | 170 EXPECT_EQ(Prologue.StandardOpcodeLengths, ExpectedLengths); in checkDefaultPrologue() 1286 Prologue.StandardOpcodeLengths.push_back(2); in TEST_F() 1287 Prologue.StandardOpcodeLengths.push_back(0); in TEST_F() 1410 InputPrologue.StandardOpcodeLengths.resize(2); in TEST_P() 1521 Prologue.StandardOpcodeLengths.push_back(2); in setupTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 137 std::vector<uint8_t> StandardOpcodeLengths; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 95 std::vector<uint8_t> StandardOpcodeLengths; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 95 std::vector<uint8_t> StandardOpcodeLengths; member
|