Searched refs:MaxOpsPerInst (Results 1 – 15 of 15) sorted by relevance
/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/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 53 uint8_t MaxOpsPerInst; member
|
/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/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() 615 LineTable->Prologue.MaxOpsPerInst != 1) in advanceAddr() 623 LineTable->Prologue.MaxOpsPerInst)); in advanceAddr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 84 uint8_t MaxOpsPerInst; member
|
/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/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 84 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/ObjectYAML/ |
D | DWARFYAML.h | 132 uint8_t MaxOpsPerInst; member
|
/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/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 375 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 144 uint8_t MaxOpsPerInst; member
|