Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTarget.h193 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp51 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL) { in LLVMSetModuleDataLayout() function
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1901 LLVMSetModuleDataLayout(fModule, dataLayout); in optimize()