LLVM: llvm::MachineModuleInfoImpl Class Reference (original) (raw)
This class can be derived from and used by targets to hold private target-specific information for each Module. More...
#include "[llvm/CodeGen/MachineModuleInfo.h](MachineModuleInfo%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| virtual | ~MachineModuleInfoImpl () |
This class can be derived from and used by targets to hold private target-specific information for each Module.
Objects of type are accessed/created with MachineModuleInfo::getObjFileInfo and destroyed when the MachineModuleInfo is destroyed.
Definition at line 57 of file MachineModuleInfo.h.
◆ ExprStubListTy
◆ StubValueTy
◆ SymbolListTy
| MachineModuleInfoImpl::~MachineModuleInfoImpl ( ) | virtualdefault |
|---|
◆ getSortedExprStubs()
Return the entries from a DenseMap in a deterministic sorted orer.
Clears the map.
Definition at line 54 of file MachineModuleInfoImpls.cpp.
References llvm::array_pod_sort(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::begin(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::clear(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::end(), llvm::List, and SortAuthStubPair().
Referenced by llvm::MachineModuleInfoELF::getAuthGVStubList(), llvm::MachineModuleInfoMachO::getAuthGVStubList(), and ~MachineModuleInfoImpl().
◆ getSortedStubs()
The documentation for this class was generated from the following files:
- include/llvm/CodeGen/MachineModuleInfo.h
- lib/CodeGen/MachineModuleInfo.cpp
- lib/CodeGen/MachineModuleInfoImpls.cpp