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

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 67 unsigned getCallingConv() const { return CallingConv; }
  /external/llvm/include/llvm/Support/
CallSite.h 169 /// getCallingConv/setCallingConv - get or set the calling convention of the
171 CallingConv::ID getCallingConv() const {
172 CALLSITE_DELEGATE_GETTER(getCallingConv());
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 183 CallingConv::ID getCallingConv() const { return CallingConv; }
  /external/llvm/include/llvm/
Function.h 152 /// getCallingConv()/setCallingConv(CC) - These method get and set the
155 CallingConv::ID getCallingConv() const {
Instructions.h     [all...]

Completed in 175 milliseconds