Home
last modified time | relevance | path

Searched defs:printName (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp24 static void printName(raw_ostream &OS, StringRef Name) { in printName() function
H A DMCSectionELF.cpp30 static void printName(raw_ostream &OS, StringRef Name) { in printName() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h202 inline Error BasicSymbolRef::printName(raw_ostream &OS) const { in printName() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp68 static raw_ostream &printName(raw_ostream &OS, StringRef Name) { printName() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp466 void DeclarationNameInfo::printName(raw_ostream &OS, PrintingPolicy Policy) const { in printName() function in DeclarationNameInfo
H A DDeclCXX.cpp3367 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 DDecl.cpp1675 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 DDeclTemplate.cpp1558 void TemplateParamObjectDecl::printName(llvm::raw_ostream &OS, printName() function in TemplateParamObjectDecl
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp482 void MachineBasicBlock::printName(raw_ostream &os, unsigned printNameFlags, printName() function in MachineBasicBlock
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp728 std::vector<NMSymbol> &SymbolList, bool printName, in printSymbolList() argument