/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
H A D | sources.test | 176 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 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() 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 D | debug-line.yaml | 424 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 D | DWARFDebugLineTest.cpp | 153 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue() 1042 void createPrologue(LineTable <, 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 D | DwarfGenerator.cpp | 214 P.MaxOpsPerInst = 1; in createBasicPrologue() 409 Asm.emitInt8(Prologue.MaxOpsPerInst); in writeProloguePayload()
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/ |
H A D | dead-code-filtering.yaml | 120 MaxOpsPerInst: 1
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 286 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst);
|
H A D | DWARFEmitter.cpp | 610 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
|
/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/ |
H A D | verify-no-file.yaml | 338 MaxOpsPerInst: 1
|
/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
H A D | fat-macho-dwarf.yaml | 469 MaxOpsPerInst: 1 937 MaxOpsPerInst: 1
|
/llvm-project/lldb/test/API/functionalities/source-map/ |
H A D | a.yaml | 371 MaxOpsPerInst: 1
|
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
H A D | bad_aranges.yaml | 413 MaxOpsPerInst: 1
|
H A D | relative.yaml | 413 MaxOpsPerInst: 1
|
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
H A D | strip-all-with-dwarf.yaml | 474 MaxOpsPerInst: 1
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/ |
H A D | inlined-file0-line0-col0.yaml | 625 MaxOpsPerInst: 1
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerTypeUnit.cpp | 31 LineTable.Prologue.MaxOpsPerInst = 1; in TypeUnit()
|
H A D | DebugLineSectionEmitter.h | 274 Section.emitIntVal(P.MaxOpsPerInst, 1); in emitLineTableProloguePayload()
|
/llvm-project/lldb/test/API/functionalities/module_cache/debug_index/ |
H A D | exe.yaml | 713 MaxOpsPerInst: 1
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 80 uint8_t MaxOpsPerInst; member
|
/llvm-project/lldb/test/Shell/Commands/ |
H A D | command-image-lookup.yaml | 697 MaxOpsPerInst: 1
|
/llvm-project/lldb/unittests/Symbol/Inputs/ |
H A D | inlined-functions.yaml | 708 MaxOpsPerInst: 1
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | mach-dwarf.yaml | 685 MaxOpsPerInst: 1
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 387 DebugLines.MaxOpsPerInst = LineData.getU8(&Offset); in dumpDebugLines()
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 170 uint8_t MaxOpsPerInst; 167 uint8_t MaxOpsPerInst; global() member
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1007 MS->emitInt8(P.MaxOpsPerInst); in emitLineTableProloguePayload()
|