Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h332 bool HasVAStart = false; variable
650 bool hasVAStart() const { return HasVAStart; } in hasVAStart()
651 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart()
H A DMIRYamlMapping.h613 bool HasVAStart = false;
635 HasVAStart == Other.HasVAStart &&
663 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart, false);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp361 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp750 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()