Home
last modified time | relevance | path

Searched refs:lineNumberAsStringStripped (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp75 std::string LVObject::lineNumberAsStringStripped(bool ShowZero) const { in lineNumberAsStringStripped() function in LVObject
H A DLVLocation.cpp441 TheLine = Line->lineNumberAsStringStripped(); in getIntervalInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h291 std::string lineNumberAsStringStripped(bool ShowZero = false) const;
H A DLVOptions.h534 return matchGenericPattern(Line->lineNumberAsStringStripped()) || in resolveGenericPatternMatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp676 ? Line->lineNumberAsStringStripped(/*ShowZero=*/true) in processLines()
729 ? Line->lineNumberAsStringStripped(/*ShowZero=*/true) in processLines()