Home
last modified time | relevance | path

Searched refs:MaxOpsPerInst (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp24 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/
DDWARFDebugLine.h53 uint8_t MaxOpsPerInst; member
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp144 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()
DDwarfGenerator.cpp185 P.MaxOpsPerInst = 1; in createBasicPrologue()
385 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp108 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/
DDWARFDebugLine.h84 uint8_t MaxOpsPerInst; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp155 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
DDWARFEmitter.cpp221 writeInteger((uint8_t)LineTable.MaxOpsPerInst, OS, DI.IsLittleEndian); in EmitDebugLine()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h84 uint8_t MaxOpsPerInst; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp91 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/
DDWARFYAML.h132 uint8_t MaxOpsPerInst; member
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
DDWARFEmitter.cpp580 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp375 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h144 uint8_t MaxOpsPerInst; member