Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h312 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 DLVElement.cpp512 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 DLVSymbol.cpp442 printLinkageName(OS, Full, const_cast<LVSymbol *>(this)); in printExtra()
H A DLVScope.cpp1900 printLinkageName(OS, Full, const_cast<LVScopeFunction *>(this), in printExtra()