Lines Matching defs:YMF

125   void convertStackObjects(yaml::MachineFunction &YMF,
127 void convertEntryValueObjects(yaml::MachineFunction &YMF,
130 void convertCallSiteObjects(yaml::MachineFunction &YMF,
133 void convertMachineMetadataNodes(yaml::MachineFunction &YMF,
136 void convertCalledGlobals(yaml::MachineFunction &YMF,
410 void MIRPrinter::convertEntryValueObjects(yaml::MachineFunction &YMF,
416 yaml::EntryValueObject &Obj = YMF.EntryValueObjects.emplace_back();
423 void MIRPrinter::convertStackObjects(yaml::MachineFunction &YMF,
430 assert(YMF.FixedStackObjects.empty());
454 FixedStackObjectsIdx[ID] = YMF.FixedStackObjects.size();
455 YMF.FixedStackObjects.push_back(YamlObject);
461 assert(YMF.StackObjects.empty());
488 StackObjectsIdx[ID] = YMF.StackObjects.size();
489 YMF.StackObjects.push_back(YamlObject);
507 YMF.FixedStackObjects
512 auto &Object = YMF.StackObjects[StackObjectsIdx[FrameIdx]];
521 YMF.StackObjects[StackObjectsIdx[LocalObject.first]].LocalOffset =
528 raw_string_ostream StrOS(YMF.FrameInfo.StackProtector.Value);
534 raw_string_ostream StrOS(YMF.FrameInfo.FunctionContext.Value);
547 YMF.FixedStackObjects[FixedStackObjectsIdx[Idx +
551 auto &Object = YMF.StackObjects[StackObjectsIdx[Idx]];
557 void MIRPrinter::convertCallSiteObjects(yaml::MachineFunction &YMF,
579 YMF.CallSitesInfo.push_back(YmlCS);
583 llvm::sort(YMF.CallSitesInfo.begin(), YMF.CallSitesInfo.end(),
591 void MIRPrinter::convertMachineMetadataNodes(yaml::MachineFunction &YMF,
600 YMF.MachineMetadataNodes.push_back(NS);
604 void MIRPrinter::convertCalledGlobals(yaml::MachineFunction &YMF,
615 YMF.CalledGlobals.push_back(YamlCG);
619 llvm::sort(YMF.CalledGlobals.begin(), YMF.CalledGlobals.end(),