Home
last modified time | relevance | path

Searched refs:getLineDelta (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h40 uint32_t getLineDelta() const { in getLineDelta() function
44 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine()
113 uint32_t getLineDelta() const { return LineInf.getLineDelta(); } in getLineDelta() function
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp452 << " LineDelta:" << OF->getLineDelta(); in dump()
H A DMCAssembler.cpp1105 LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h471 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp191 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp608 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1248 W.printNumber("LineNumberEndDelta", LI.getLineDelta()); in printCodeViewSymbolSection()