Home
last modified time | relevance | path

Searched refs:LLVMSetDataLayout (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c133 LLVMSetDataLayout(gallivm->module, td_str); in create_pass_manager()
656 LLVMSetDataLayout(gallivm->module, ""); in gallivm_compile_module()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c1328 LLVMSetDataLayout(module, layout); in set_target()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h730 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp272 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout() function