Searched refs:emitFunctionAnnot (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h32 /// emitFunctionAnnot - This may be implemented to emit a string right before
34 virtual void emitFunctionAnnot(const Function *, function in class:llvm::AssemblyAnnotationWriter
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
H A DAssemblyAnnotationWriter.h33 /// emitFunctionAnnot - This may be implemented to emit a string right before
35 virtual void emitFunctionAnnot(const Function *F, function in class:llvm::AssemblyAnnotationWriter
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
H A Dllvm-dis.cpp67 void emitFunctionAnnot(const Function *F, function in class:__anon23139::CommentWriter
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp79 void emitFunctionAnnot(const Function *F,
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
H A Dllvm-prof.cpp82 virtual void emitFunctionAnnot(const Function *F, function in class:__anon23145::ProfileAnnotator
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1462 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out);
/external/llvm/lib/IR/
H A DAsmWriter.cpp2589 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out);

Completed in 1263 milliseconds