LLVM 22.0.0git
|
#include "llvm/ADT/StringMapEntry.h"
Go to the source code of this file.
Classes | |
struct | llvm::MCSymbolTableValue |
The value for an entry in the symbol table of an MCContext. More... |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Typedefs | |
using | llvm::MCSymbolTableEntry = StringMapEntry<MCSymbolTableValue> |
MCContext stores MCSymbolTableValue in a string map (see MCSymbol::operator new). |