LLVM  8.0.1
Classes | Namespaces | Typedefs
DWARFRelocMap.h File Reference
#include "llvm/ADT/DenseMap.h"
#include <cstdint>
Include dependency graph for DWARFRelocMap.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 llvm
 This class represents lattice values for constants.
 

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. More...