Searched refs:LLVMIsGlobalConstant (Results 1 – 5 of 5) sorted by relevance
1180 LLVMSetGlobalConstant(G, LLVMIsGlobalConstant(Cur)); in clone_symbols()
2392 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar);
1244 return Val_bool(LLVMIsGlobalConstant(GlobalVar)); in llvm_is_global_constant()
1037 func (v Value) IsGlobalConstant() bool { return C.LLVMIsGlobalConstant(v.C) != 0 }
2171 LLVMBool LLVMIsGlobalConstant(LLVMValueRef GlobalVar) { in LLVMIsGlobalConstant() function