Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:LLVMSetInstructionCallConv

2397 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
2402 * This is the opposite of LLVMSetInstructionCallConv(). Reads its
2405 * @see LLVMSetInstructionCallConv()