Home
last modified time | relevance | path

Searched defs:getLineDelta (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h40 uint32_t getLineDelta() const { in getLineDelta() function
113 uint32_t getLineDelta() const { return LineInf.getLineDelta(); } in getLineDelta() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h456 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function