LLVM 18.0.0git
|
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/MC/MCSymbol.h"
Go to the source code of this file.
Typedefs | |
using | PairTy = std::pair< MCSymbol *, MachineModuleInfoImpl::StubValueTy > |
Functions | |
static int | SortSymbolPair (const PairTy *LHS, const PairTy *RHS) |
using PairTy = std::pair<MCSymbol *, MachineModuleInfoImpl::StubValueTy> |
Definition at line 30 of file MachineModuleInfoImpls.cpp.
Definition at line 31 of file MachineModuleInfoImpls.cpp.
References llvm::StringRef::compare(), llvm::Value::getName(), LHS, and RHS.
Referenced by llvm::MachineModuleInfoImpl::getSortedStubs().