Searched refs:LLVMDumpValue (Results 1 – 4 of 4) sorted by relevance
184 lib.LLVMDumpValue(self)366 lib.LLVMDumpValue(self.__as_value())547 library.LLVMDumpValue.argtypes = [Value]548 library.LLVMDumpValue.restype = None
1747 void LLVMDumpValue(LLVMValueRef Val);
711 LLVMDumpValue(Val); in llvm_dump_value()
912 void LLVMDumpValue(LLVMValueRef Val) { in LLVMDumpValue() function