LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineModuleSlotTracker.h"
Additional Inherited Members | |
Public Types inherited from llvm::ModuleSlotTracker | |
using | MachineMDNodeListType |
Definition at line 23 of file MachineModuleSlotTracker.h.
MachineModuleSlotTracker::MachineModuleSlotTracker | ( | const MachineModuleInfo & | MMI, |
const MachineFunction * | MF, | ||
bool | ShouldInitializeAllMetadata = true ) |
Definition at line 66 of file MachineModuleSlotTracker.cpp.
References getFunction(), getParent(), llvm::ModuleSlotTracker::ModuleSlotTracker(), and llvm::ModuleSlotTracker::setProcessHook().
|
default |
References collectMachineMDNodes().
void MachineModuleSlotTracker::collectMachineMDNodes | ( | MachineMDNodeListType & | L | ) | const |
Definition at line 61 of file MachineModuleSlotTracker.cpp.
References llvm::ModuleSlotTracker::collectMDNodes().
Referenced by convertMachineMetadataNodes(), and ~MachineModuleSlotTracker().