Home
last modified time | relevance | path

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

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