Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h324 bool HasVAStart = false; variable
596 bool hasVAStart() const { return HasVAStart; } in hasVAStart()
597 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart()
H A DMIRYamlMapping.h609 bool HasVAStart = false;
630 HasVAStart == Other.HasVAStart &&
656 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart, false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp352 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp701 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()