Searched refs:HasVAStart (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h323 bool HasVAStart = false; member in class:llvm::MachineFrameInfo
599 bool hasVAStart() const { return HasVAStart; }
600 void setHasVAStart(bool B) { HasVAStart = B; }
H A DMIRYamlMapping.h502 bool HasVAStart = false; member in struct:llvm::yaml::MachineFrameInfo
522 HasVAStart == Other.HasVAStart &&
547 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart, false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp656 MFI.setHasVAStart(YamlMFI.HasVAStart);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp344 YamlMFI.HasVAStart = MFI.hasVAStart();

Completed in 185 milliseconds