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.h41 uint32_t getLineDelta() const { in getLineDelta() function
45 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine()
114 uint32_t getLineDelta() const { return LineInf.getLineDelta(); } in getLineDelta() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp136 OS << " LineDelta:" << OF->getLineDelta(); in dump()
H A DMCAssembler.cpp1007 LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp295 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h638 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp308 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp606 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1385 W.printNumber("LineNumberEndDelta", LI.getLineDelta()); in printCodeViewSymbolSection()