HomeSort by: relevance | last modified time | path
    Searched refs:withModuleDo (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/
LLJITWithOptimizingIRTransform.cpp 83 TSM.withModuleDo([this](Module &M) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
IRCompileLayer.cpp 32 if (auto Obj = TSM.withModuleDo(*Compile)) {
ThreadSafeModule.cpp 26 return TSM.withModuleDo([&](Module &M) {
Speculation.cpp 66 TSM.withModuleDo([this, &R](Module &M) {
136 assert(!TSM.withModuleDo([](const Module &M) { return verifyModule(M); }) &&
CompileOnDemandLayer.cpp 62 NewTSM.withModuleDo([&](Module &M) {
142 TSM.withModuleDo([&](Module &M) {
271 TSM.withModuleDo([&](Module &M) {
284 TSM.withModuleDo([&](Module &M) { return Partition(RequestedGVs); });
316 TSM.withModuleDo([&](Module &M) -> Expected<ThreadSafeModule> {
Layer.cpp 41 this->TSM.withModuleDo([&](Module &M) {
108 return TSM.withModuleDo(
LLJIT.cpp 459 auto Err = TSM.withModuleDo([&](Module &M) -> Error {
1010 TSM.withModuleDo([&](Module &M) { return applyDataLayout(M); }))
1202 if (auto Err = TSM.withModuleDo(
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
LLJITWithRemoteDebugging.cpp 195 TSMs.front().withModuleDo([&MainModuleName, &TT](Module &M) {
201 ExitOnErr(TSM.withModuleDo([TT, MainModuleName](Module &M) -> Error {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
ThreadSafeModule.h 133 template <typename Func> decltype(auto) withModuleDo(Func &&F) {
141 template <typename Func> decltype(auto) withModuleDo(Func &&F) const {
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
LLJITWithLazyReexports.cpp 109 TSM.withModuleDo([](Module &M) { dbgs() << "---Compiling---\n" << M; });
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 110 TSM.withModuleDo([](Module &M) {
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
LLJITWithTargetProcessControl.cpp 145 TSM.withModuleDo([](Module &M) { dbgs() << "---Compiling---\n" << M; });
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 136 TSM.withModuleDo([](Module &M) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 227 TSM.withModuleDo([](Module &M) {
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
LLJITWithObjectLinkingLayerPlugin.cpp 235 M.withModuleDo([](Module &MP) {
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp 204 MainModule.withModuleDo([&](Module &M) {
  /src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp 849 MainModule.withModuleDo([&](Module &M) {
970 TSM.withModuleDo([&](Module &M) {

Completed in 29 milliseconds