Home
last modified time | relevance | path

Searched refs:LLVMGetDataLayoutStr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1387 if (strcmp(LLVMGetDataLayoutStr(M), LLVMGetDataLayoutStr(Src))) in llvm_echo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h743 const char *LLVMGetDataLayoutStr(LLVMModuleRef M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp281 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr() function
286 return LLVMGetDataLayoutStr(M); in LLVMGetDataLayout()