Home
last modified time | relevance | path

Searched refs:CreateCompileFunction (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h201 CompileFunctionCreator CreateCompileFunction; variable
243 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
244 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h201 CompileFunctionCreator CreateCompileFunction; variable
243 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
244 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h201 CompileFunctionCreator CreateCompileFunction; variable
243 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
244 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h197 CompileFunctionCreator CreateCompileFunction; variable
239 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
240 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h266 CompileFunctionCreator CreateCompileFunction; variable
324 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
325 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h272 CompileFunctionCreator CreateCompileFunction; variable
329 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
330 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h267 CompileFunctionCreator CreateCompileFunction; variable
325 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
326 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h272 CompileFunctionCreator CreateCompileFunction; variable
329 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
330 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h267 CompileFunctionCreator CreateCompileFunction; variable
325 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
326 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 CompileFunctionCreator CreateCompileFunction;
336 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) {
337 impl().CreateCompileFunction = std::move(CreateCompileFunction);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 CompileFunctionCreator CreateCompileFunction; variable
336 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
337 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 CompileFunctionCreator CreateCompileFunction; variable
336 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
337 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 CompileFunctionCreator CreateCompileFunction; variable
336 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
337 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 CompileFunctionCreator CreateCompileFunction; variable
336 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
337 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h268 CompileFunctionCreator CreateCompileFunction; variable
336 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
337 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp79 if (S.CreateCompileFunction) in createCompileFunction()
80 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp115 if (S.CreateCompileFunction) in createCompileFunction()
116 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp115 if (S.CreateCompileFunction) in createCompileFunction()
116 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp115 if (S.CreateCompileFunction) in createCompileFunction()
116 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp568 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
684 if (S.CreateCompileFunction) in createCompileFunction()
685 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp568 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
684 if (S.CreateCompileFunction) in createCompileFunction()
685 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp568 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
684 if (S.CreateCompileFunction) in createCompileFunction()
685 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp603 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
719 if (S.CreateCompileFunction) in createCompileFunction()
720 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp568 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
684 if (S.CreateCompileFunction) in createCompileFunction()
685 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp568 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
684 if (S.CreateCompileFunction) in createCompileFunction()
685 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()

12