HomeSort by: relevance | last modified time | path
    Searched refs:isAAPCS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 113 bool isAAPCS() const {
545 if (!isAAPCS() || !Types.getCodeGenOpts().AAPCSBitfieldWidth)
CGExpr.cpp 437 static bool isAAPCS(const TargetInfo &TargetInfo) {
1964 Info.VolatileStorageSize != 0 && isAAPCS(CGM.getTarget());
2183 Info.VolatileStorageSize != 0 && isAAPCS(CGM.getTarget());
2217 if (Dst.isVolatileQualified() && isAAPCS(CGM.getTarget()) &&
4284 const bool UseVolatile = isAAPCS(CGM.getTarget()) &&

Completed in 21 milliseconds