LLVM 19.0.0git
Classes | Namespaces | Typedefs
DWARFRelocMap.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Object/RelocationResolver.h"
#include <cstdint>

Go to the source code of this file.

Classes

struct  llvm::RelocAddrEntry
 RelocAddrEntry contains relocated value and section index. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using llvm::RelocAddrMap = DenseMap< uint64_t, RelocAddrEntry >
 In place of applying the relocations to the data we've read from disk we use a separate mapping table to the side and checking that at locations in the dwarf where we expect relocated values.