Searched refs:LLVMDumpValue (Results 1 – 5 of 5) sorted by relevance
184 lib.LLVMDumpValue(self)366 lib.LLVMDumpValue(self.__as_value())556 library.LLVMDumpValue.argtypes = [Value]557 library.LLVMDumpValue.restype = None
1695 void LLVMDumpValue(LLVMValueRef Val);
712 LLVMDumpValue(Val); in llvm_dump_value()
713 func (v Value) Dump() { C.LLVMDumpValue(v.C) }
881 void LLVMDumpValue(LLVMValueRef Val) { in LLVMDumpValue() function