Searched defs:printName (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 202 inline Error BasicSymbolRef::printName(raw_ostream &OS) const { in printName() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 68 static raw_ostream &printName(raw_ostream &OS, StringRef Name) { printName() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 466 void DeclarationNameInfo::printName(raw_ostream &OS, PrintingPolicy Policy) const { in printName() function in DeclarationNameInfo
|
H A D | DeclCXX.cpp | 3367 void DecompositionDecl::printName(llvm::raw_ostream &OS, printName() function in DecompositionDecl 3413 void MSGuidDecl::printName(llvm::raw_ostream &OS, printName() function in MSGuidDecl 3523 void UnnamedGlobalConstantDecl::printName(llvm::raw_ostream &OS, printName() function in UnnamedGlobalConstantDecl
|
H A D | Decl.cpp | 1675 void NamedDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in NamedDecl 1679 void NamedDecl::printName(raw_ostream &OS) const { printName() function in NamedDecl 4629 void FieldDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in FieldDecl 4747 void TagDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { printName() function in TagDecl [all...] |
H A D | DeclTemplate.cpp | 1558 void TemplateParamObjectDecl::printName(llvm::raw_ostream &OS, printName() function in TemplateParamObjectDecl
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 482 void MachineBasicBlock::printName(raw_ostream &os, unsigned printNameFlags, printName() function in MachineBasicBlock
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 728 std::vector<NMSymbol> &SymbolList, bool printName, in printSymbolList() argument
|