Home
last modified time | relevance | path

Searched refs:setHasVAStart (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h597 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp220 MF->getFrameInfo().setHasVAStart(true); in set()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp701 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()