LLVM 20.0.0git
|
#include "TypePool.h"
#include "llvm/DWARFLinker/Parallel/DWARFLinker.h"
#include "llvm/DWARFLinker/StringPool.h"
#include "llvm/Support/PerThreadBumpPtrAllocator.h"
Go to the source code of this file.
Classes | |
struct | llvm::dwarf_linker::parallel::DWARFLinkerOptions |
linking options More... | |
class | llvm::dwarf_linker::parallel::LinkingGlobalData |
This class keeps data and services common for the whole linking process. 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::MessageHandlerTy = std::function< void(const Twine &Warning, StringRef Context, const DWARFDie *DIE)> |