/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-line.yaml | 424 MaxOpsPerInst: 1 538 MaxOpsPerInst: 1 563 MaxOpsPerInst: 1 613 MaxOpsPerInst: 1 652 MaxOpsPerInst: 1 706 [[MAXOPSPERINST=MaxOpsPerInst: 0]]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 155 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
|
D | DWARFEmitter.cpp | 221 writeInteger((uint8_t)LineTable.MaxOpsPerInst, OS, DI.IsLittleEndian); in EmitDebugLine()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
|
D | DWARFEmitter.cpp | 580 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 108 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear() 135 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump() 399 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse() 611 // For versions less than 4, the MaxOpsPerInst member is set to 0, as the in advanceAddr() 615 LineTable->Prologue.MaxOpsPerInst != 1) in advanceAddr() 623 LineTable->Prologue.MaxOpsPerInst)); in advanceAddr()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 24 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear() 38 << format(Version >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump() 88 MaxOpsPerInst = debug_line_data.getU8(offset_ptr); in parse()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 144 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue() 933 std::tie(Version, MaxOpsPerInst, IsErrorExpected) = GetParam(); in SetUp() 938 Prologue.MaxOpsPerInst = MaxOpsPerInst; in editPrologue() 943 uint8_t MaxOpsPerInst; member 949 Twine(unsigned(MaxOpsPerInst)) + in TEST_P()
|
D | DwarfGenerator.cpp | 185 P.MaxOpsPerInst = 1; in createBasicPrologue() 385 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
|
/external/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
D | fat-macho-dwarf.yaml | 469 MaxOpsPerInst: 1 937 MaxOpsPerInst: 1
|
/external/llvm-project/lldb/test/API/functionalities/source-map/ |
D | a.yaml | 371 MaxOpsPerInst: 1
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
D | strip-all-with-dwarf.yaml | 466 MaxOpsPerInst: 1
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 53 uint8_t MaxOpsPerInst; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 132 uint8_t MaxOpsPerInst; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 91 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear() 110 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump() 337 MaxOpsPerInst = DebugLineData.getU8(OffsetPtr); in parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 84 uint8_t MaxOpsPerInst; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 84 uint8_t MaxOpsPerInst; member
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 144 uint8_t MaxOpsPerInst; member
|
/external/llvm-project/lldb/unittests/Symbol/Inputs/ |
D | inlined-functions.yaml | 708 MaxOpsPerInst: 1
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 375 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
|
/external/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
D | mach-dwarf.yaml | 685 MaxOpsPerInst: 1
|