LLVM
15.0.0git
|
#include "llvm/CodeGen/AccelTable.h"
#include "llvm/CodeGen/NonRelocatableStringpool.h"
#include "llvm/DWARFLinker/DWARFLinkerCompileUnit.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugRangeList.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include <map>
Go to the source code of this file.
Classes | |
class | llvm::SmallVectorImpl< T > |
This class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter. More... | |
struct | llvm::ObjFileAddressRange |
Partial address range. More... | |
class | llvm::AddressesMap |
AddressesMap represents information about valid addresses used by debug information. More... | |
class | llvm::DwarfEmitter |
DwarfEmitter presents interface to generate all debug info tables. More... | |
class | llvm::DWARFFile |
this class represents DWARF information for source file and it`s address map. More... | |
class | llvm::DWARFLinker |
The core of the Dwarf linking logic. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::RangesTy = std::map< uint64_t, ObjFileAddressRange > |
Map LowPC to ObjFileAddressRange. More... | |
using | llvm::UnitListTy = std::vector< std::unique_ptr< CompileUnit > > |
typedef std::function< void(const Twine &Warning, StringRef Context, const DWARFDie *DIE)> | llvm::messageHandler |
typedef std::function< ErrorOr< DWARFFile & >StringRef ContainerName, StringRef Path)> | llvm::objFileLoader |
typedef std::map< std::string, std::string > | llvm::swiftInterfacesMap |
typedef std::map< std::string, std::string > | llvm::objectPrefixMap |
Enumerations | |
enum | llvm::DwarfLinkerClient { llvm::DwarfLinkerClient::Dsymutil, llvm::DwarfLinkerClient::LLD, llvm::DwarfLinkerClient::General } |
enum | llvm::DwarfLinkerAccelTableKind : uint8_t { llvm::DwarfLinkerAccelTableKind::None, llvm::DwarfLinkerAccelTableKind::Apple, llvm::DwarfLinkerAccelTableKind::Dwarf, llvm::DwarfLinkerAccelTableKind::Default, llvm::DwarfLinkerAccelTableKind::Pub } |
The kind of accelerator tables we should emit. More... | |