Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp945 if (strcmp(LLVMGetDataLayoutStr(M), LLVMGetDataLayoutStr(Src))) in llvm_echo()
/external/llvm/docs/
DReleaseNotes.rst55 in favor of LLVMGetDataLayoutStr.
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp1383 if (strcmp(LLVMGetDataLayoutStr(M), LLVMGetDataLayoutStr(Src))) in llvm_echo()
/external/llvm/include/llvm-c/
DCore.h622 const char *LLVMGetDataLayoutStr(LLVMModuleRef M);
/external/llvm/lib/IR/
DCore.cpp239 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr() function
244 return LLVMGetDataLayoutStr(M); in LLVMGetDataLayout()
/external/llvm-project/llvm/include/llvm-c/
DCore.h730 const char *LLVMGetDataLayoutStr(LLVMModuleRef M);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h722 const char *LLVMGetDataLayoutStr(LLVMModuleRef M);
/external/llvm-project/llvm/lib/IR/
DCore.cpp266 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr() function
271 return LLVMGetDataLayoutStr(M); in LLVMGetDataLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp264 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr() function
269 return LLVMGetDataLayoutStr(M); in LLVMGetDataLayout()