Home
last modified time | relevance | path

Searched refs:emitFunctionAnnot (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp98 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anon6ae980c90111::CommentWriter
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3953 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()