LLVM 20.0.0git
|
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/DebugInfo/DIContext.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include "llvm/DebugInfo/DWARF/DWARFObject.h"
#include "llvm/DebugInfo/DWARF/DWARFUnit.h"
#include "llvm/Object/Binary.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/DataExtractor.h"
#include "llvm/Support/Error.h"
#include "llvm/TargetParser/Host.h"
#include <cstdint>
#include <memory>
#include <mutex>
Go to the source code of this file.
Classes | |
class | llvm::DWARFContext |
DWARFContext This data structure is the top level entity that deals with dwarf debug information parsing. More... | |
class | llvm::DWARFContext::DWARFContextState |
DWARFContextState This structure contains all member variables for DWARFContext that need to be protected in multi-threaded environments. More... | |
struct | llvm::DWARFContext::DIEsForAddress |
Wraps the returned DIEs for a given address. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |