Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp16 void MachineModuleSlotTracker::processMachineFunctionMetadata( in processMachineFunctionMetadata()
34 void MachineModuleSlotTracker::processMachineModule( in processMachineModule()
50 void MachineModuleSlotTracker::processMachineFunction( in processMachineFunction()
61 void MachineModuleSlotTracker::collectMachineMDNodes( in collectMachineMDNodes()
66 MachineModuleSlotTracker::MachineModuleSlotTracker( in MachineModuleSlotTracker() function in MachineModuleSlotTracker
81 MachineModuleSlotTracker::~MachineModuleSlotTracker() = default;
H A DMIRPrinter.cpp132 MachineModuleSlotTracker &MST);
225 MachineModuleSlotTracker MST(&MF); in print()
566 MachineModuleSlotTracker &MST) { in convertMachineMetadataNodes()
567 MachineModuleSlotTracker::MachineMDNodeListType MDList; in convertMachineMetadataNodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
36 MachineModuleSlotTracker(const MachineFunction *MF,
38 ~MachineModuleSlotTracker();
/freebsd/lib/clang/libllvm/
H A DMakefile377 SRCS_MIN+= CodeGen/MachineModuleSlotTracker.cpp