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

Completed in 488 milliseconds