Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Assembly/
DAssemblyAnnotationWriter.h35 virtual void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp67 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anon9211548e0111::CommentWriter
/external/llvm/tools/llvm-prof/
Dllvm-prof.cpp82 virtual void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anonf6ce0e1c0211::ProfileAnnotator
/external/llvm/lib/VMCore/
DAsmWriter.cpp1430 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()