LLVM 20.0.0git
|
#include "DWARFLinkerCompileUnit.h"
#include "llvm/BinaryFormat/Swift.h"
#include "llvm/CodeGen/AccelTable.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/DWARFLinker/Parallel/DWARFLinker.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Classes | |
class | llvm::dwarf_linker::parallel::DwarfEmitterImpl |
This class emits DWARF data to the output stream. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::dwarf_linker |
namespace | llvm::dwarf_linker::parallel |
Typedefs | |
using | llvm::dwarf_linker::parallel::DebugNamesUnitsOffsets = std::vector< std::variant< MCSymbol *, uint64_t > > |
using | llvm::dwarf_linker::parallel::CompUnitIDToIdx = DenseMap< unsigned, unsigned > |