Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c651 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
664 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
Dlp_bld_intr.c118 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h695 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/llvm/include/llvm-c/
DCore.h1837 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2028 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c770 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1068 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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1037 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go989 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1632 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration() function