Home
last modified time | relevance | path

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

/freebsd-13.1/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
81 MachineModuleSlotTracker::~MachineModuleSlotTracker() = default;
H A DMIRPrinter.cpp141 MachineModuleSlotTracker &MST);
222 MachineModuleSlotTracker MST(&MF); in print()
542 MachineModuleSlotTracker &MST) { in convertMachineMetadataNodes()
543 MachineModuleSlotTracker::MachineMDNodeListType MDList; in convertMachineMetadataNodes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
36 MachineModuleSlotTracker(const MachineFunction *MF,
38 ~MachineModuleSlotTracker();
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile327 SRCS_MIN+= CodeGen/MachineModuleSlotTracker.cpp