LLVM
13.0.0git
|
#include "llvm/ADT/IntervalMap.h"
#include "llvm/CodeGen/DIE.h"
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
#include "llvm/Support/DataExtractor.h"
Go to the source code of this file.
Classes | |
struct | llvm::PatchLocation |
class | llvm::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::CompileUnit::DIEInfo |
Information gathered about a DIE in the object file. More... | |
struct | llvm::CompileUnit::AccelInfo |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Typedefs | |
template<typename KeyT , typename ValT > | |
using | llvm::HalfOpenIntervalMap = IntervalMap< KeyT, ValT, IntervalMapImpl::NodeSizer< KeyT, ValT >::LeafSize, IntervalMapHalfOpenInfo< KeyT > > |
using | llvm::FunctionIntervals = HalfOpenIntervalMap< uint64_t, int64_t > |