Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c69 LLVMErrorRef applyDataLayout(void *Ctx, LLVMModuleRef M) { in applyDataLayout() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1072 Error LLJIT::applyDataLayout(Module &M) { applyDataLayout() function in llvm::orc::LLJIT