Home
last modified time | relevance | path

Searched refs:LLVMGetFirstFunction (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c589 func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module()
641 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module()
659 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module()
Dlp_bld_type.c428 func = LLVMGetFirstFunction(module); in lp_build_count_ir_module()
/external/llvm/bindings/python/llvm/
Dcore.py256 return Function(lib.LLVMGetFirstFunction(self))
526 library.LLVMGetFirstFunction.argtypes = [Module]
527 library.LLVMGetFirstFunction.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Dmodule.c81 f = LLVMGetFirstFunction(M); in llvm_module_list_functions()
Decho.cpp793 Begin = LLVMGetFirstFunction(Src); in declare_symbols()
884 Begin = LLVMGetFirstFunction(Src); in clone_symbols()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp313 for (LLVMValueRef value = LLVMGetFirstFunction(Module); in buildAndRunOptPasses()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h731 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
/external/llvm/include/llvm-c/
DCore.h741 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1273 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) { in LLVMGetFirstFunction() function
/external/llvm/lib/IR/
DCore.cpp1755 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) { in LLVMGetFirstFunction() function
/external/llvm/bindings/go/llvm/
Dir.go1031 func (m Module) FirstFunction() (v Value) { v.C = C.LLVMGetFirstFunction(m.C); return }