Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h778 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp297 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() argument
298 unwrap(M)->setDataLayout(DataLayoutStr); in LLVMSetDataLayout()