Searched refs:emitFunctionAnnot (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 34 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot() function
|
/external/llvm/include/llvm/IR/ |
D | AssemblyAnnotationWriter.h | 34 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Assembly/ |
D | AssemblyAnnotationWriter.h | 35 virtual void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
D | llvm-dis.cpp | 67 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anon906778170111::CommentWriter
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 82 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anon1dac77a30111::CommentWriter
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 79 void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anondafe3c6b0111::CommentWriter
|
/external/swiftshader/third_party/LLVM/tools/llvm-prof/ |
D | llvm-prof.cpp | 82 virtual void emitFunctionAnnot(const Function *F, in emitFunctionAnnot() function in __anone33b37e50211::ProfileAnnotator
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1462 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2589 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 3273 if (AnnotationWriter) AnnotationWriter->emitFunctionAnnot(F, Out); in printFunction()
|