Searched refs:LLVMSetInstructionCallConv (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h2344 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);
2349 * This is the opposite of LLVMSetInstructionCallConv(). Reads its
2352 * @see LLVMSetInstructionCallConv()
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp1796 void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC) { function
1802 llvm_unreachable("LLVMSetInstructionCallConv applies only to call and invoke!");

Completed in 191 milliseconds