Searched defs:printName (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 200 inline Error BasicSymbolRef::printName(raw_ostream &OS) const { in printName() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDKernelCodeTUtils.cpp | 68 static raw_ostream &printName(raw_ostream &OS, StringRef Name) { in printName() function
|
/openbsd-src/gnu/llvm/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 | 3314 void DecompositionDecl::printName(llvm::raw_ostream &OS, in printName() function in DecompositionDecl 3360 void MSGuidDecl::printName(llvm::raw_ostream &OS, in printName() function in MSGuidDecl 3470 void UnnamedGlobalConstantDecl::printName(llvm::raw_ostream &OS, in printName() function in UnnamedGlobalConstantDecl
|
H A D | Decl.cpp | 1629 void NamedDecl::printName(raw_ostream &OS, const PrintingPolicy&) const { in printName() function in NamedDecl 1633 void NamedDecl::printName(raw_ostream &OS) const { in printName() function in NamedDecl 4505 void TagDecl::printName(raw_ostream &OS, const PrintingPolicy &Policy) const { in printName() function in TagDecl
|
H A D | DeclTemplate.cpp | 1571 void TemplateParamObjectDecl::printName(llvm::raw_ostream &OS, in printName() function in TemplateParamObjectDecl
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 480 void MachineBasicBlock::printName(raw_ostream &os, unsigned printNameFlags, in printName() function in MachineBasicBlock
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 716 std::vector<NMSymbol> &SymbolList, bool printName, in printSymbolList()
|