|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MachineModuleInfoImpls.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/STLExtras.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCSymbol.h"Go to the source code of this file.
Typedefs | |
| using | PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy> |
| using | ExprStubPairTy = std::pair<MCSymbol *, const MCExpr *> |
Functions | |
| static int | SortSymbolPair (const PairTy *LHS, const PairTy *RHS) |
| static int | SortAuthStubPair (const ExprStubPairTy *LHS, const ExprStubPairTy *RHS) |
| using ExprStubPairTy = std::pair<MCSymbol *, const MCExpr *> |
Definition at line 48 of file MachineModuleInfoImpls.cpp.
| using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy> |
Definition at line 33 of file MachineModuleInfoImpls.cpp.
|
static |
Definition at line 49 of file MachineModuleInfoImpls.cpp.
Referenced by llvm::MachineModuleInfoImpl::getSortedExprStubs().
Definition at line 34 of file MachineModuleInfoImpls.cpp.
Referenced by llvm::MachineModuleInfoImpl::getSortedStubs().