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

  /external/clang/lib/CodeGen/
CGCall.h 226 /// getCallingConvention - Return the user specified calling
228 unsigned getCallingConvention() const { return CallingConvention; }
CGVTables.cpp 349 CallFnInfo.getCallingConvention() == FnInfo.getCallingConvention());
    [all...]
TargetInfo.cpp 945 FI.getCallingConvention());
947 unsigned CC = FI.getCallingConvention();
    [all...]

Completed in 630 milliseconds