Searched refs:LLVMGetGlobalParent (Results 1 – 6 of 6) sorted by relevance
187 module = LLVMGetGlobalParent(function_or_call); in lp_add_function_attr()191 module = LLVMGetGlobalParent(function); in lp_add_function_attr()230 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent(LLVMGetInsertBlock(builder))); in lp_build_intrinsic()
974 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_aos()
4626 LLVMModuleRef module = LLVMGetGlobalParent( in lp_build_tgsi_soa()
4070 LLVMModuleRef module = LLVMGetGlobalParent(LLVMGetBasicBlockParent( in lp_build_sample_soa_func()
2170 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global);
1820 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent() function