LLVM API Documentation
#include "llvm/MC/MCContext.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCDwarf.h"
#include "llvm/MC/MCLabel.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSectionCOFF.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSectionMachO.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/ELF.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/SourceMgr.h"
#include <map>
Go to the source code of this file.
Typedefs | |
typedef std::pair< std::string, std::string > | SectionGroupPair |
typedef StringMap< const MCSectionMachO * > | MachOUniqueMapTy |
typedef std::map < SectionGroupPair, const MCSectionELF * > | ELFUniqueMapTy |
typedef StringMap< const MCSectionCOFF * > | COFFUniqueMapTy |
typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy |
Definition at line 37 of file MCContext.cpp.
typedef std::map<SectionGroupPair, const MCSectionELF *> ELFUniqueMapTy |
Definition at line 36 of file MCContext.cpp.
typedef StringMap<const MCSectionMachO*> MachOUniqueMapTy |
Definition at line 35 of file MCContext.cpp.
typedef std::pair<std::string, std::string> SectionGroupPair |
Definition at line 33 of file MCContext.cpp.