Home
last modified time | relevance | path

Searched refs:LLVMSetDataLayout (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py214 lib.LLVMSetDataLayout(self, new_data_layout)
515 library.LLVMSetDataLayout.argtypes = [Module, c_char_p]
516 library.LLVMSetDataLayout.restype = None
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c71 LLVMSetDataLayout(M, LLVMOrcLLJITGetDataLayoutStr((LLVMOrcLLJITRef)Ctx)); in applyDataLayout()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h778 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c314 LLVMSetDataLayout(M, String_val(Layout)); in llvm_set_data_layout()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp297 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() function