HomeSort by relevance Sort by last modified time
    Searched defs:setCallingConv (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 187 /// getCallingConv/setCallingConv - get or set the calling convention of the
192 void setCallingConv(CallingConv::ID CC) {
193 CALLSITE_DELEGATE_SETTER(setCallingConv(CC));
Function.h 158 /// getCallingConv()/setCallingConv(CC) - These method get and set the
164 void setCallingConv(CallingConv::ID CC) {
Instructions.h     [all...]

Completed in 59 milliseconds