Searched refs:MainFn (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcCAPITest.cpp | 106 MainFnTy MainFn = (MainFnTy)MainAddr; in TEST_F() local 107 int Result = MainFn(); in TEST_F() 116 MainFnTy MainFn = (MainFnTy)MainAddr; in TEST_F() local 117 int Result = MainFn(); in TEST_F() 143 MainFnTy MainFn = (MainFnTy)MainAddr; in TEST_F() local 144 int Result = MainFn(); in TEST_F() 168 MainFnTy MainFn = (MainFnTy)MainAddr; in TEST_F() local 169 int Result = MainFn(); in TEST_F()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 24 void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName, in InsertProfilingInitCall() argument 27 LLVMContext &Context = MainFn->getContext(); in InsertProfilingInitCall() 32 Module &M = *MainFn->getParent(); in InsertProfilingInitCall() 46 BasicBlock *Entry = MainFn->begin(); in InsertProfilingInitCall() 68 switch (MainFn->arg_size()) { in InsertProfilingInitCall() 71 AI = MainFn->arg_begin(); ++AI; in InsertProfilingInitCall() 83 AI = MainFn->arg_begin(); in InsertProfilingInitCall()
|
D | ProfilingUtils.h | 27 void InsertProfilingInitCall(Function *MainFn, const char *FnName,
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcCAPITest.cpp | 92 MainFnTy MainFn = (MainFnTy)LLVMOrcGetSymbolAddress(JIT, "main"); in TEST_F() local 93 int Result = MainFn(); in TEST_F() 116 MainFnTy MainFn = (MainFnTy)LLVMOrcGetSymbolAddress(JIT, "main"); in TEST_F() local 117 int Result = MainFn(); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Main.cpp | 77 int llvm::TableGenMain(char *argv0, TableGenMainFn *MainFn) { in TableGenMain() argument 109 if (MainFn(Out.os(), Records)) in TableGenMain()
|
/external/llvm/lib/TableGen/ |
D | Main.cpp | 73 int llvm::TableGenMain(char *argv0, TableGenMainFn *MainFn) { in TableGenMain() argument 109 if (MainFn(Out.os(), Records)) in TableGenMain()
|
/external/llvm/include/llvm/TableGen/ |
D | Main.h | 25 int TableGenMain(char *argv0, TableGenMainFn *MainFn);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Main.h | 26 int TableGenMain(char *argv0, TableGenMainFn *MainFn);
|