Home
last modified time | relevance | path

Searched refs:LLVMGetDataLayout (Results 1 – 13 of 13) sorted by relevance

/external/llvm/bindings/python/llvm/
Dcore.py207 return lib.LLVMGetDataLayout(self)
507 library.LLVMGetDataLayout.argtypes = [Module]
508 library.LLVMGetDataLayout.restype = c_char_p
/external/llvm-project/llvm/bindings/python/llvm/
Dcore.py209 return lib.LLVMGetDataLayout(self)
521 library.LLVMGetDataLayout.argtypes = [Module]
522 library.LLVMGetDataLayout.restype = c_char_p
/external/llvm/docs/
DReleaseNotes.rst48 removed (use LLVMGetDataLayout instead).
54 * The C API function LLVMGetDataLayout is deprecated
/external/llvm/include/llvm-c/
DCore.h623 const char *LLVMGetDataLayout(LLVMModuleRef M);
/external/llvm-project/llvm/include/llvm-c/
DCore.h731 const char *LLVMGetDataLayout(LLVMModuleRef M);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h723 const char *LLVMGetDataLayout(LLVMModuleRef M);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c278 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c214 return caml_copy_string(LLVMGetDataLayout(M)); in llvm_data_layout()
/external/llvm/lib/IR/
DCore.cpp243 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function
/external/llvm/bindings/go/llvm/
Dir.go394 clayout := C.LLVMGetDataLayout(m.C)
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go459 clayout := C.LLVMGetDataLayout(m.C)
/external/llvm-project/llvm/lib/IR/
DCore.cpp270 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp268 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout() function