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.h41 uint32_t getLineDelta() const { in getLineDelta() function
114 uint32_t getLineDelta() const { return LineInf.getLineDelta(); } in getLineDelta() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h638 int64_t getLineDelta() const { return LineDelta; } in getLineDelta() function