Home
last modified time | relevance | path

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

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