Home
last modified time | relevance | path

Searched refs:isLined (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp215 if (!isLined()) { in setFileLine()
252 Prefix.append(isLined() ? lineNumberAsString(/*ShowZero=*/true) : "?"); in generateName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h227 bool isLined() const { return LineNumber != 0; } in isLined() function