HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetDataLayout (Results 1 - 4 of 4) sorted by null

  /external/llvm/bindings/python/llvm/
core.py 207 return lib.LLVMGetDataLayout(self)
507 library.LLVMGetDataLayout.argtypes = [Module]
508 library.LLVMGetDataLayout.restype = c_char_p
  /external/llvm/include/llvm-c/
Core.h 486 const char *LLVMGetDataLayout(LLVMModuleRef M);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 169 return caml_copy_string(LLVMGetDataLayout(M));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 163 const char * LLVMGetDataLayout(LLVMModuleRef M) {
    [all...]

Completed in 461 milliseconds