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

/external/llvm/include/llvm/IR/
H A DCallSite.h231 /// getCallingConv/setCallingConv - get or set the calling convention of the
233 CallingConv::ID getCallingConv() const { function in class:llvm::CallSiteBase
234 CALLSITE_DELEGATE_GETTER(getCallingConv());
H A DFunction.h151 /// getCallingConv()/setCallingConv(CC) - These method get and set the
154 CallingConv::ID getCallingConv() const { function in class:llvm::Function
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h271 CallingConv::ID getCallingConv() const { return CallingConv; } function in class:llvm::CCState

Completed in 59 milliseconds