Home
last modified time | relevance | path

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

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