Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h34 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot() function
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h34 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot() function
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/
DAssemblyAnnotationWriter.h35 virtual void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp67 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anon906778170111::CommentWriter
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp82 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anon1dac77a30111::CommentWriter
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp79 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anondafe3c6b0111::CommentWriter
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
Dllvm-prof.cpp82 virtual void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anone33b37e50211::ProfileAnnotator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1462 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()
/external/llvm/lib/IR/
DAsmWriter.cpp2589 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp3273 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()