Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp448 << " LineDelta:" << OF->getLineDelta(); in dump()
H A DMCAssembler.cpp1110 LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h459 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp608 SLE.EndDelta = LI.getLineDelta(); in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1190 W.printNumber("LineNumberEndDelta", LI.getLineDelta()); in printCodeViewSymbolSection()