Home
last modified time | relevance | path

Searched refs:printFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h636 void printFunction(const Function *E, StreamType &SS, unsigned sugared = 0) {
654 self()->printFunction(cast<Function>(B), SS, 2);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2579 void printFunction(const Function *F);
2825 printFunction(&F); in printModule()
3669 void AssemblyWriter::printFunction(const Function *F) { in printFunction() function in AssemblyWriter
4489 W.printFunction(this); in print()
4621 W.printFunction(F); in print()