Home
last modified time | relevance | path

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

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