Home
last modified time | relevance | path

Searched refs:indentAsString (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp35 std::string LVObject::indentAsString(LVLevel Level) const { in indentAsString() function in LVObject
40 std::string LVObject::indentAsString() const { in indentAsString() function in LVObject
42 ? indentAsString(ScopeLevel) in indentAsString()
127 std::string TheIndentation(Object.indentAsString()); in printAttributes()
167 << indentAsString() << " "; in print()
H A DLVScope.cpp1404 indentAsString(getLevel() + 1).length() + 3; in printLocalNames()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h296 std::string indentAsString() const;
297 std::string indentAsString(LVLevel Level) const;