LLVM 20.0.0git
|
#include "llvm/ADT/AddressRanges.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/CodeGen/DIE.h"
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
#include <optional>
Go to the source code of this file.
Classes | |
struct | llvm::dwarf_linker::classic::PatchLocation |
class | llvm::dwarf_linker::classic::CompileUnit |
Stores all information relating to a compile unit, be it in its original instance in the object file to its brand new cloned and generated DIE tree. More... | |
struct | llvm::dwarf_linker::classic::CompileUnit::DIEInfo |
Information gathered about a DIE in the object file. More... | |
struct | llvm::dwarf_linker::classic::CompileUnit::AccelInfo |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::dwarf_linker |
namespace | llvm::dwarf_linker::classic |
Typedefs | |
using | llvm::dwarf_linker::classic::RangesTy = AddressRangesMap |
Mapped value in the address map is the offset to apply to the linked address. | |
using | llvm::dwarf_linker::classic::RngListAttributesTy = SmallVector< PatchLocation > |
using | llvm::dwarf_linker::classic::LocListAttributesTy = SmallVector< PatchLocation > |