Home
last modified time | relevance | path

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

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