reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
516 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls && 516 AdjustsStack == Other.AdjustsStack && HasCalls == Other.HasCalls && 538 YamlIO.mapOptional("adjustsStack", MFI.AdjustsStack, false);lib/CodeGen/MIRParser/MIRParser.cpp
641 MFI.setAdjustsStack(YamlMFI.AdjustsStack);
lib/CodeGen/MIRPrinter.cpp 337 YamlMFI.AdjustsStack = MFI.adjustsStack();