Home
last modified time | relevance | path

Searched refs:applyDataLayout (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp917 TSM.withModuleDo([&](Module &M) { return applyDataLayout(M); })) in addIRModule()
1090 Error LLJIT::applyDataLayout(Module &M) { in applyDataLayout() function in llvm::orc::LLJIT
1289 [&](Module &M) -> Error { return applyDataLayout(M); })) in addLazyIRModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h246 Error applyDataLayout(Module &M);