LLVM
15.0.0git
|
#include "llvm/CodeGen/MachineModuleSlotTracker.h"
Additional Inherited Members | |
![]() | |
using | MachineMDNodeListType = std::vector< std::pair< unsigned, const MDNode * > > |
Definition at line 22 of file MachineModuleSlotTracker.h.
MachineModuleSlotTracker::MachineModuleSlotTracker | ( | const MachineFunction * | MF, |
bool | ShouldInitializeAllMetadata = true |
||
) |
Definition at line 65 of file MachineModuleSlotTracker.cpp.
References F, M, and llvm::ModuleSlotTracker::setProcessHook().
|
default |
void MachineModuleSlotTracker::collectMachineMDNodes | ( | MachineMDNodeListType & | L | ) | const |
Definition at line 60 of file MachineModuleSlotTracker.cpp.
References llvm::ModuleSlotTracker::collectMDNodes().
Referenced by llvm::MIRPrinter::convertMachineMetadataNodes().