Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dmodule.c84 if (LLVMIsDeclaration(f)) { in module_list_functions()
129 LLVMIsDeclaration(g) ? "Declaration" : "Definition", in module_list_globals()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c73 assert(LLVMIsDeclaration(function)); in lp_declare_intrinsic()
/external/llvm/include/llvm-c/
DCore.h1692 LLVMBool LLVMIsDeclaration(LLVMValueRef Global);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c929 return Val_bool(LLVMIsDeclaration(Global)); in llvm_is_declaration()
/external/llvm/lib/IR/
DCore.cpp1348 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 }