Home
last modified time | relevance | path

Searched defs:CompileFunction (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp147 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
DIndirectionUtils.cpp26 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anonfac85e900111::CompileCallbackMaterializationUnit
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon1714c11c0111::CompileCallbackMaterializationUnit
DLLJIT.cpp1082 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc720 Status XlaCompiler::CompileFunction( in CompileFunction() function in tensorflow::XlaCompiler