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 353 bool HasVAStart = false;
374 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart);
MachineFrameInfo.h 247 bool HasVAStart;
283 HasVAStart = false;
489 bool hasVAStart() const { return HasVAStart; }
490 void setHasVAStart(bool B) { HasVAStart = B; }

Completed in 287 milliseconds