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 188 /// getCallingConv/setCallingConv - get or set the calling convention of the
193 void setCallingConv(CallingConv::ID CC) {
194 CALLSITE_DELEGATE_SETTER(setCallingConv(CC));
Function.h 145 /// getCallingConv()/setCallingConv(CC) - These method get and set the
151 void setCallingConv(CallingConv::ID CC) {
Instructions.h     [all...]

Completed in 5141 milliseconds