Searched refs:LLVMGetNamedGlobal (Results 1 – 5 of 5) sorted by relevance
318 result = LLVMGetNamedGlobal(module, name); in get_sym_value()1208 initial_value = LLVMGetNamedGlobal(module, show_ident(sym->ident)); in output_data()
336 assert(!LLVMGetNamedGlobal(ctx->ac.module, "esgs_ring")); in si_llvm_declare_esgs_ring()
2290 LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, const char *Name);
1331 assert(!LLVMGetNamedGlobal(ctx->ac.module, "esgs_ring")); in declare_esgs_ring()
2082 LLVMValueRef LLVMGetNamedGlobal(LLVMModuleRef M, const char *Name) { in LLVMGetNamedGlobal() function