Home
last modified time | relevance | path

Searched refs:MaxOpsPerInst (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h84 uint8_t MaxOpsPerInst; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp176 P.MaxOpsPerInst = 1; in createBasicPrologue()
355 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
DDWARFDebugLineTest.cpp160 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp72 MinInstLength = MaxOpsPerInst = DefaultIsStmt = LineBase = LineRange = 0; in clear()
91 << format(getVersion() >= 4 ? "max_ops_per_inst: %u\n" : "", MaxOpsPerInst) in dump()
329 MaxOpsPerInst = DebugLineData.getU8(OffsetPtr); in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp156 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
DDWARFEmitter.cpp222 writeInteger((uint8_t)LineTable.MaxOpsPerInst, OS, DI.IsLittleEndian); in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h133 uint8_t MaxOpsPerInst; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp261 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()