Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dattributes.c25 LLVMValueRef F = LLVMGetFirstFunction(M); in llvm_test_function_attributes()
51 LLVMValueRef F = LLVMGetFirstFunction(M); in llvm_test_callsite_attributes()
Dmodule.c80 f = LLVMGetFirstFunction(M); in llvm_module_list_functions()
Decho.cpp869 Begin = LLVMGetFirstFunction(Src); in declare_symbols()
994 Begin = LLVMGetFirstFunction(Src); in clone_symbols()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c573 func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module()
643 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module()
661 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/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/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py256 return Function(lib.LLVMGetFirstFunction(self))
529 library.LLVMGetFirstFunction.argtypes = [Module]
530 library.LLVMGetFirstFunction.restype = c_object_p
/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/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp313 for (LLVMValueRef value = LLVMGetFirstFunction(Module); in buildAndRunOptPasses()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp314 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-7.0/llvm/include/llvm-c/
DCore.h897 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M);
/external/skia/src/sksl/
DSkSLJIT.cpp1865 LLVMValueRef func = LLVMGetFirstFunction(fModule); in optimize()
/external/skqp/src/sksl/
DSkSLJIT.cpp1865 LLVMValueRef func = LLVMGetFirstFunction(fModule); in optimize()
/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 }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1080 func (m Module) FirstFunction() (v Value) { v.C = C.LLVMGetFirstFunction(m.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2025 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M) { in LLVMGetFirstFunction() function