Home
last modified time | relevance | path

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

/freebsd/contrib/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()
420 MaxOpsPerInst = DebugLineData.getU8(Cursor); in parse()
643 LineTable->Prologue.MaxOpsPerInst == 0) in advanceAddrOpIndex()
656 if (ReportAdvanceAddrProblem && LineTable->Prologue.MaxOpsPerInst > 1) in advanceAddrOpIndex()
665 LineTable->Prologue.MaxOpsPerInst)); in advanceAddrOpIndex()
687 uint8_t MaxOpsPerInst = in advanceAddrOpIndex() local
688 std::max(LineTable->Prologue.MaxOpsPerInst, uint8_t{1}); in advanceAddrOpIndex()
690 uint64_t AddrOffset = ((Row.OpIndex + OperationAdvance) / MaxOpsPerInst) * in advanceAddrOpIndex()
695 Row.OpIndex = (Row.OpIndex + OperationAdvance) % MaxOpsPerInst; in advanceAddrOpIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h80 uint8_t MaxOpsPerInst; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h274 Section.emitIntVal(P.MaxOpsPerInst, 1); in emitLineTableProloguePayload()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp270 IO.mapRequired("MaxOpsPerInst", LineTable.MaxOpsPerInst); in mapping()
H A DDWARFEmitter.cpp580 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h167 uint8_t MaxOpsPerInst; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1008 MS->emitInt8(P.MaxOpsPerInst); in emitLineTableProloguePayload()