|
LLDB mainline
|
#include "Plugins/SymbolFile/DWARF/ManualDWARFIndexSet.h"#include "lldb/Core/DataFileCache.h"#include "lldb/Utility/DataEncoder.h"#include "lldb/Utility/DataExtractor.h"#include <cstdint>Go to the source code of this file.
Functions | |
| static constexpr llvm::StringLiteral | kIdentifierManualDWARFIndex ("DIDX") |
Variables | |
| static constexpr uint32_t | CURRENT_CACHE_VERSION = 2 |
|
staticconstexpr |
|
staticconstexpr |
Definition at line 36 of file ManualDWARFIndexSet.cpp.
Referenced by lldb_private::Symtab::Decode(), lldb_private::plugin::dwarf::DecodeIndexSet(), lldb_private::Symtab::Encode(), and lldb_private::plugin::dwarf::EncodeIndexSet().