Searched refs:printFunction (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h619 void printFunction(const Function *E, StreamType &SS, unsigned sugared = 0) { function in class:clang::threadSafety::til::PrettyPrinter
637 self()->printFunction(cast<Function>(B), SS, 2);
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp121 void printFunction(const std::string& fname, const std::string& funcName );
2001 void CppWriter::printFunction(const std::string& fname, function in class:CppWriter
2026 printFunction(name, func.getName());
2103 printFunction(fname,tgtname);
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2042 void printFunction(const Function *F);
2264 printFunction(&F);
2513 /// printFunction - Print all aspects of a function.
2515 void AssemblyWriter::printFunction(const Function *F) { function in class:AssemblyWriter
3317 W.printFunction(F);

Completed in 115 milliseconds