Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c710 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
723 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
Dlp_bld_intr.c117 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic_with_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2171 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function