Searched refs:LLVMGetNextInstruction (Results 1 – 6 of 6) sorted by relevance
99 isn = LLVMGetNextInstruction(isn)) { in module_list_functions()
407 i = lib.LLVMGetNextInstruction(self)580 library.LLVMGetNextInstruction.argtypes = [Instruction]581 library.LLVMGetNextInstruction.restype = c_object_p
418 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
2316 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
1988 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function
1142 func NextInstruction(v Value) (rv Value) { rv.C = C.LLVMGetNextInstruction(v.C); return }