Searched refs:LLVMGetNextInstruction (Results 1 – 6 of 6) sorted by relevance
75 isn = LLVMGetNextInstruction(isn)) { in module_list_functions()
407 i = lib.LLVMGetNextInstruction(self)583 library.LLVMGetNextInstruction.argtypes = [Instruction]584 library.LLVMGetNextInstruction.restype = c_object_p
418 instr = LLVMGetNextInstruction(instr); in lp_build_count_instructions()
2341 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
1833 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst) { in LLVMGetNextInstruction() function