Home
last modified time | relevance | path

Searched refs:noLineAsString (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp47 std::string LVObject::noLineAsString(bool ShowZero) const { in noLineAsString() function in LVObject
66 Stream << noLineAsString(ShowZero); in lineAsString()
69 Stream.str(noLineAsString(ShowZero)); in lineAsString()
H A DLVLine.cpp62 std::string LVLine::noLineAsString(bool ShowZero) const { in noLineAsString() function in LVLine
64 return LVObject::noLineAsString(ShowZero); in noLineAsString()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h79 std::string noLineAsString(bool ShowZero = false) const override;
151 std::string noLineAsString(bool ShowZero) const override { in noLineAsString() function
H A DLVObject.h281 virtual std::string noLineAsString(bool ShowZero) const;