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

  /external/llvm/include/llvm/IR/
CallSite.h 231 /// getCallingConv/setCallingConv - get or set the calling convention of the
233 CallingConv::ID getCallingConv() const {
234 CALLSITE_DELEGATE_GETTER(getCallingConv());
Function.h 151 /// getCallingConv()/setCallingConv(CC) - These method get and set the
154 CallingConv::ID getCallingConv() const {
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 271 CallingConv::ID getCallingConv() const { return CallingConv; }

Completed in 328 milliseconds