Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h266 bool HasVAStart = false; variable
519 bool hasVAStart() const { return HasVAStart; } in hasVAStart()
520 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart()
DMIRYamlMapping.h350 bool HasVAStart = false;
371 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp467 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp268 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()