Searched refs:printName (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp25 static void printName(raw_ostream &OS, StringRef Name) { function
63 printName(OS, getName());
H A DMCSectionELF.cpp30 static void printName(raw_ostream &OS, StringRef Name) { function
67 printName(OS, getName());
170 printName(OS, Group->getName());
177 printName(OS, LinkedToSym->getName());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp53 cantFail(Sym.printName(OS));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp70 static raw_ostream &printName(raw_ostream &OS, StringRef Name) { function
77 printName(OS, Name) << (int)(C.*ptr);
84 printName(OS, Name) << (int)((c.*ptr >> shift) & Mask);
H A DAMDKernelCodeTInfo.h40 printName(OS, Name) << \
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h128 Error printName(raw_ostream &OS) const;
194 inline Error BasicSymbolRef::printName(raw_ostream &OS) const { function in class:llvm::object::BasicSymbolRef
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp469 DNInfo.printName(OS, PrintingPolicy(LangOptions()));
473 void DeclarationNameInfo::printName(raw_ostream &OS, PrintingPolicy Policy) const { function in class:DeclarationNameInfo
H A DTemplateName.cpp253 (*OTS->begin())->printName(OS);
H A DDeclPrinter.cpp634 D->getNameInfo().printName(OS, Policy);
1638 D->printName(Out);
1668 D->printName(Out);
H A DNestedNameSpecifier.cpp290 Record->printName(OS);
H A DDeclCXX.cpp3164 void DecompositionDecl::printName(llvm::raw_ostream &os) const {
3170 B->printName(os);
3209 void MSGuidDecl::printName(llvm::raw_ostream &OS) const {
H A DDecl.cpp1526 void NamedDecl::printName(raw_ostream &os) const { function in class:NamedDecl
1545 printName(OS);
1552 // Give the printName override a chance to pick a different name before we
1556 printName(NameOS);
1665 printName(OS);
H A DDeclTemplate.cpp1426 ConceptName.printName(OS, Policy);
H A DStmtPrinter.cpp697 Node->getDirectiveName().printName(OS, Policy);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp748 static void sortAndPrintSymbolList(SymbolicFile &Obj, bool printName, argument
770 if (OutputFormat == posix && MultipleFiles && printName) {
772 } else if (OutputFormat == bsd && MultipleFiles && printName) {
1221 static void dumpSymbolNamesFromObject(SymbolicFile &Obj, bool printName, argument
1277 if (Error E = Sym.printName(OS)) {
1785 sortAndPrintSymbolList(Obj, printName, ArchiveName, ArchitectureName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp63 RD->printName(OS);
70 TDD->printName(OS);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h794 /// printName - Print the human-readable name to a stream.
795 void printName(raw_ostream &OS, PrintingPolicy Policy) const;
H A DDeclCXX.h3936 void printName(raw_ostream &os) const override;
4049 void printName(llvm::raw_ostream &OS) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp385 if (Error E = S.printName(SymNames))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp645 cantFail(Sym.printName(NS));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp949 from_named_decl->printName(name_stream);
1082 from_named_decl->printName(name_stream);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp170 /// Emit a Decl's name using NamedDecl::printName() and return true if
182 D->printName(Out);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp479 Dec->printName(llvm::errs());
503 D->printName(llvm::errs());
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp479 Node.printName(OS);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp584 Template->printName(OS);
650 FD->printName(OS);
802 cast<NamedDecl>(Active->Entity)->printName(OS);

Completed in 318 milliseconds

12