Home
last modified time | relevance | path

Searched refs:writeName (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp68 static void writeName(StringRef StrName, support::endian::Writer W) { in writeName() function
203 writeName(YamlSec.SectionName, W); in writeSectionHeader()
282 writeName(YamlSym.SymbolName, W); in writeSymbols()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp397 bool writeName(const Decl *D, raw_ostream &OS) { in writeName() function in ASTNameGenerator::Implementation
428 writeName(D, OS); in getName()
585 bool ASTNameGenerator::writeName(const Decl *D, raw_ostream &OS) { in writeName() function in ASTNameGenerator
586 return Impl->writeName(D, OS); in writeName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp708 void AMDGPUMangledLibFunc::writeName(Stream &OS) const { in writeName() function in AMDGPUMangledLibFunc
860 writeName(Name); in mangleNameItanium()
941 writeName(OS); in getName()
H A DAMDGPULibFunc.h433 template <typename Stream> void writeName(Stream &OS) const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h284 bool writeName(const Decl *D, raw_ostream &OS);