Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVElement.h329 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent,
331 void printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVElement.cpp548 void LVElement::printLinkageName(raw_ostream &OS, bool Full, in printLinkageName() function in LVElement
556 void LVElement::printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, in printLinkageName() function in LVElement
HDLVSymbol.cpp440 printLinkageName(OS, Full, const_cast<LVSymbol *>(this)); in printExtra()
HDLVScope.cpp1887 printLinkageName(OS, Full, const_cast<LVScopeFunction *>(this), in printExtra()