Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp15 void MachineModuleSlotTracker::processMachineFunctionMetadata( in processMachineFunctionMetadata()
33 void MachineModuleSlotTracker::processMachineModule( in processMachineModule()
49 void MachineModuleSlotTracker::processMachineFunction( in processMachineFunction()
60 void MachineModuleSlotTracker::collectMachineMDNodes( in collectMachineMDNodes()
65 MachineModuleSlotTracker::MachineModuleSlotTracker( in MachineModuleSlotTracker() function in MachineModuleSlotTracker
80 MachineModuleSlotTracker::~MachineModuleSlotTracker() = default;
H A DMIRPrinter.cpp130 MachineModuleSlotTracker &MST);
223 MachineModuleSlotTracker MST(&MF); in print()
563 MachineModuleSlotTracker &MST) { in convertMachineMetadataNodes()
564 MachineModuleSlotTracker::MachineMDNodeListType MDList; in convertMachineMetadataNodes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
36 MachineModuleSlotTracker(const MachineFunction *MF,
38 ~MachineModuleSlotTracker();
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile364 SRCS_MIN+= CodeGen/MachineModuleSlotTracker.cpp