Searched defs:printName (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/MC/ |
H A D | MCSectionWasm.cpp | 24 static void printName(raw_ostream &OS, StringRef Name) { in printName() function
|
H A D | MCSectionELF.cpp | 30 static void printName(raw_ostream &OS, StringRef Name) { in printName() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 202 inline Error BasicSymbolRef::printName(raw_ostream &OS) const { in printName() function
|
/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 466 void DeclarationNameInfo::printName(raw_ostream &OS, PrintingPolicy Policy) const { printName() function in DeclarationNameInfo
|
H A D | DeclCXX.cpp | 3385 void DecompositionDecl::printName(llvm::raw_ostream &OS, printName() function in DecompositionDecl 3431 void MSGuidDecl::printName(llvm::raw_ostream &OS, printName() function in MSGuidDecl 3542 void UnnamedGlobalConstantDecl::printName(llvm::raw_ostream &OS, printName() function in UnnamedGlobalConstantDecl
|
H A D | Decl.cpp | 1660 void NamedDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { in printName() function in NamedDecl 1664 void NamedDecl::printName(raw_ostream &OS) const { in printName() function in NamedDecl 4673 void FieldDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in FieldDecl 4791 void TagDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in TagDecl [all...] |
H A D | DeclTemplate.cpp | 1639 void TemplateParamObjectDecl::printName(llvm::raw_ostream &OS, printName() function in TemplateParamObjectDecl
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | AST.cpp | 219 D.getNominatedNamespaceAsWritten()->printName(Out); in printName() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 488 void MachineBasicBlock::printName(raw_ostream &os, unsigned printNameFlags, printName() function in MachineBasicBlock
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 728 printSymbolList(SymbolicFile & Obj,std::vector<NMSymbol> & SymbolList,bool printName,StringRef ArchiveName,StringRef ArchitectureName) printSymbolList() argument
|