Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DTarget.h191 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M);
/external/llvm/lib/Target/
DTarget.cpp48 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M) { in LLVMGetModuleDataLayout() function
/external/llvm/tools/llvm-c-test/
Decho.cpp944 LLVMSetModuleDataLayout(M, LLVMGetModuleDataLayout(Src)); in llvm_echo()