Searched refs:convertFuncInfoToYAML (Results 1 – 6 of 6) sorted by relevance
54 convertFuncInfoToYAML(const MachineFunction &MF) const override;
493 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML() function in WebAssemblyTargetMachine
116 convertFuncInfoToYAML(const MachineFunction &MF) const override;
1009 GCNTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in GCNTargetMachine
133 convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function
226 std::unique_ptr<yaml::MachineFunctionInfo>(TM.convertFuncInfoToYAML(MF)); in print()