Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp216 << " LineDelta:" << OF->getLineDelta(); in dump()
H A DMCAssembler.cpp1222 LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h456 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp317 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp209 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp608 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1339 W.printNumber("LineNumberEndDelta", LI.getLineDelta()); in printCodeViewSymbolSection()