Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h307 std::string lineNumberAsStringStripped(bool ShowZero = false) const;
H A DLVOptions.h532 return matchGenericPattern(Line->lineNumberAsStringStripped()) || in resolveGenericPatternMatch()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp632 ? Line->lineNumberAsStringStripped(/*ShowZero=*/true) in processLines()
685 ? Line->lineNumberAsStringStripped(/*ShowZero=*/true) in processLines()