Home
last modified time | relevance | path

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

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