Searched refs:printLinkageName (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 312 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, 314 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent) const;
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 512 void LVElement::printLinkageName(raw_ostream &OS, bool Full, in printLinkageName() function in LVElement 520 void LVElement::printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, in printLinkageName() function in LVElement
|
H A D | LVSymbol.cpp | 442 printLinkageName(OS, Full, const_cast<LVSymbol *>(this)); in printExtra()
|
H A D | LVScope.cpp | 1900 printLinkageName(OS, Full, const_cast<LVScopeFunction *>(this), in printExtra()
|