Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Dsources.test176 MaxOpsPerInst: 1
189 MaxOpsPerInst: 1
219 MaxOpsPerInst: 1
231 MaxOpsPerInst: 1
292 MaxOpsPerInst: 1
305 MaxOpsPerInst: 1
339 MaxOpsPerInst: 1
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-line.yaml424 MaxOpsPerInst: 1
538 MaxOpsPerInst: 1
563 MaxOpsPerInst: 1
613 MaxOpsPerInst: 1
652 MaxOpsPerInst: 1
706 [[MAXOPSPERINST=MaxOpsPerInst: 0]]
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A 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()
619 LineTable->Prologue.MaxOpsPerInst != 1) in advanceAddr()
627 LineTable->Prologue.MaxOpsPerInst)); in advanceAddr()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml120 MaxOpsPerInst: 1
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp148 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue()
1092 std::tie(Version, MaxOpsPerInst, IsErrorExpected) = GetParam();
1097 Prologue.MaxOpsPerInst = MaxOpsPerInst;
1102 uint8_t MaxOpsPerInst; member
1112 Twine(unsigned(MaxOpsPerInst)) +
H A DDwarfGenerator.cpp185 P.MaxOpsPerInst = 1; in createBasicPrologue()
380 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h81 uint8_t MaxOpsPerInst; member
/llvm-project-15.0.7/lldb/test/API/functionalities/source-map/
H A Da.yaml371 MaxOpsPerInst: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml469 MaxOpsPerInst: 1
937 MaxOpsPerInst: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml474 MaxOpsPerInst: 1
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp243 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
H A DDWARFEmitter.cpp579 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp376 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h144 uint8_t MaxOpsPerInst; member
/llvm-project-15.0.7/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml708 MaxOpsPerInst: 1
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml713 MaxOpsPerInst: 1
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml697 MaxOpsPerInst: 1
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/
H A Dmach-dwarf.yaml685 MaxOpsPerInst: 1