Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h42 uint32_t getLineDelta() const { in getLineDelta() function
46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine()
115 uint32_t getLineDelta() const { return LineInf.getLineDelta(); } in getLineDelta() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp413 << " LineDelta:" << OF->getLineDelta(); in dump()
H A DMCAssembler.cpp966 LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCFragment.h536 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp609 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1136 W.printNumber("LineNumberEndDelta", LI.getLineDelta()); in printCodeViewSymbolSection()