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

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 350 bool HasVAStart = false;
371 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart);
MachineFrameInfo.h 266 bool HasVAStart = false;
519 bool hasVAStart() const { return HasVAStart; }
520 void setHasVAStart(bool B) { HasVAStart = B; }

Completed in 115 milliseconds