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

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp47 std::string LVObject::noLineAsString(bool ShowZero) const { function in class:LVObject
66 Stream << noLineAsString(ShowZero);
69 Stream.str(noLineAsString(ShowZero));
H A DLVLine.cpp62 std::string LVLine::noLineAsString(bool ShowZero) const { function in class:LVLine
64 return LVObject::noLineAsString(ShowZero);
/openbsd-current/gnu/llvm/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 {
H A DLVObject.h300 virtual std::string noLineAsString(bool ShowZero) const;

Completed in 170 milliseconds