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.cpp898 TSM.withModuleDo([&](Module &M) { return applyDataLayout(M); })) in addIRModule()
1072 Error LLJIT::applyDataLayout(Module &M) { in applyDataLayout() function in llvm::orc::LLJIT
1229 [&](Module &M) -> Error { return applyDataLayout(M); })) in addLazyIRModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h242 Error applyDataLayout(Module &M);