LLDB
mainline
|
#include "DIERef.h"
#include "lldb/Utility/DataEncoder.h"
#include "lldb/Utility/DataExtractor.h"
#include "llvm/Support/Format.h"
Go to the source code of this file.
Variables | |
constexpr uint32_t | k_dwo_num_mask = 0x3FFFFFFF |
constexpr uint32_t | k_dwo_num_valid_bitmask = (1u << 30) |
constexpr uint32_t | k_section_bitmask = (1u << 31) |
|
constexpr |
Definition at line 25 of file DIERef.cpp.
Referenced by DIERef::Decode().
|
constexpr |
Definition at line 26 of file DIERef.cpp.
Referenced by DIERef::Decode(), and DIERef::Encode().
|
constexpr |
Definition at line 27 of file DIERef.cpp.
Referenced by DIERef::Decode(), and DIERef::Encode().