Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-c-test/
Dmodule.c82 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()
127 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
/external/llvm/tools/llvm-c-test/
Dmodule.c83 if (LLVMIsDeclaration(f)) { in llvm_module_list_functions()
128 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in llvm_module_list_globals()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c674 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
687 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
Dlp_bld_intr.c119 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
/external/llvm/include/llvm-c/
DCore.h1837 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/llvm-project/llvm/include/llvm-c/
DCore.h2208 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2171 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1094 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c985 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
/external/llvm/lib/IR/
DCore.cpp1435 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
/external/llvm/bindings/go/llvm/
Dir.go961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
/external/llvm-project/llvm/lib/IR/
DCore.cpp1859 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function