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