Searched defs:setCallingConv (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h187 /// getCallingConv/setCallingConv - get or set the calling convention of the
192 void setCallingConv(CallingConv::ID CC) { function in class:llvm::CallSiteBase
193 CALLSITE_DELEGATE_SETTER(setCallingConv(CC));
H A DFunction.h158 /// getCallingConv()/setCallingConv(CC) - These method get and set the
164 void setCallingConv(CallingConv::ID CC) { function in class:llvm::Function
H A DInstructions.h1340 /// getCallingConv/setCallingConv - Get or set the calling convention of this
1345 void setCallingConv(CallingConv::ID CC) { function in class:llvm::CallInst
3016 /// getCallingConv/setCallingConv - Get or set the calling convention of this
3021 void setCallingConv(CallingConv::ID CC) { function in class:llvm::InvokeInst

Completed in 1079 milliseconds