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
82 MachineModuleSlotTracker::~MachineModuleSlotTracker() = default;
H A DMIRPrinter.cpp96 MachineModuleSlotTracker MST;
164 MachineModuleSlotTracker &MST);
167 MachineModuleSlotTracker &MST);
201 MachineModuleSlotTracker &MST = State.MST; in printMF()
559 MachineModuleSlotTracker &MST) { in convertMachineMetadataNodes()
560 MachineModuleSlotTracker::MachineMDNodeListType MDList; in convertMachineMetadataNodes()
572 MachineModuleSlotTracker &MST) { in convertCalledGlobals()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h23 class LLVM_ABI MachineModuleSlotTracker : public ModuleSlotTracker {
37 MachineModuleSlotTracker(const MachineModuleInfo &MMI,
40 ~MachineModuleSlotTracker();
/freebsd/lib/clang/libllvm/
H A DMakefile410 SRCS_MIN+= CodeGen/MachineModuleSlotTracker.cpp