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 65 unsigned getCallingConv() const { return CallingConv; }
  /external/llvm/include/llvm/IR/
CallSite.h 187 /// getCallingConv/setCallingConv - get or set the calling convention of the
189 CallingConv::ID getCallingConv() const {
190 CALLSITE_DELEGATE_GETTER(getCallingConv());
Function.h 158 /// getCallingConv()/setCallingConv(CC) - These method get and set the
161 CallingConv::ID getCallingConv() const {
Instructions.h     [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 251 CallingConv::ID getCallingConv() const { return CallingConv; }

Completed in 179 milliseconds