Home
last modified time | relevance | path

Searched full:maxopsperinst (Results 1 – 25 of 25) sorted by relevance

/llvm-project/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/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()
419 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse()
639 // For versions less than 4, the MaxOpsPerInst member is set to 0, as the in advanceAddrOpIndex()
643 LineTable->Prologue.MaxOpsPerInst == 0) in advanceAddrOpIndex()
652 // MaxOpsPerInst > 1, the rest of DWARFDebugLine and its in advanceAddrOpIndex()
656 if (ReportAdvanceAddrProblem && LineTable->Prologue.MaxOpsPerInst > 1) in advanceAddrOpIndex()
665 LineTable->Prologue.MaxOpsPerInst)); in advanceAddrOpIndex()
685 // For versions less than 4, the MaxOpsPerInst member is set to 0, as the in advanceAddrOpIndex()
687 uint8_t MaxOpsPerInst in advanceAddrOpIndex() local
[all...]
/llvm-project/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/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugLineTest.cpp153 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue()
1042 void createPrologue(LineTable &LT, uint8_t MaxOpsPerInst,
1045 Prologue.MaxOpsPerInst = MaxOpsPerInst;
1055 uint8_t MaxOpsPerInst = 13; local
1085 createPrologue(LT, MaxOpsPerInst, MinInstLength);
1122 uint8_t MaxOpsPerInst = 13; local
1154 createPrologue(LT, MaxOpsPerInst, MinInstLength);
1188 createPrologue(LT, /*MaxOpsPerInst=*/0, /*MinInstLength=*/1);
1205 createPrologue(LT, /*MaxOpsPerInst
[all...]
H A DDwarfGenerator.cpp214 P.MaxOpsPerInst = 1; in createBasicPrologue()
409 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddead-code-filtering.yaml120 MaxOpsPerInst: 1
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp286 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst);
H A DDWARFEmitter.cpp610 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
H A Dverify-no-file.yaml338 MaxOpsPerInst: 1
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml469 MaxOpsPerInst: 1
937 MaxOpsPerInst: 1
/llvm-project/lldb/test/API/functionalities/source-map/
H A Da.yaml371 MaxOpsPerInst: 1
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A Dbad_aranges.yaml413 MaxOpsPerInst: 1
H A Drelative.yaml413 MaxOpsPerInst: 1
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dstrip-all-with-dwarf.yaml474 MaxOpsPerInst: 1
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/
H A Dinlined-file0-line0-col0.yaml625 MaxOpsPerInst: 1
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp31 LineTable.Prologue.MaxOpsPerInst = 1; in TypeUnit()
H A DDebugLineSectionEmitter.h274 Section.emitIntVal(P.MaxOpsPerInst, 1); in emitLineTableProloguePayload()
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml713 MaxOpsPerInst: 1
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h80 uint8_t MaxOpsPerInst; member
/llvm-project/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml697 MaxOpsPerInst: 1
/llvm-project/lldb/unittests/Symbol/Inputs/
H A Dinlined-functions.yaml708 MaxOpsPerInst: 1
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/
H A Dmach-dwarf.yaml685 MaxOpsPerInst: 1
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp387 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h170 uint8_t MaxOpsPerInst;
167 uint8_t MaxOpsPerInst; global() member
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1007 MS->emitInt8(P.MaxOpsPerInst); in emitLineTableProloguePayload()