LLDB mainline
Functions
UniqueDWARFASTType.cpp File Reference
#include "UniqueDWARFASTType.h"
#include "SymbolFileDWARF.h"
#include "lldb/Core/Declaration.h"
#include "lldb/Target/Language.h"

Go to the source code of this file.

Functions

static bool IsStructOrClassTag (llvm::dwarf::Tag Tag)
 
static bool IsSizeAndDeclarationMatching (UniqueDWARFASTType const &udt, DWARFDIE const &die, const lldb_private::Declaration &decl, const int32_t byte_size, bool is_forward_declaration)
 

Function Documentation

◆ IsSizeAndDeclarationMatching()

static bool IsSizeAndDeclarationMatching ( UniqueDWARFASTType const &  udt,
DWARFDIE const &  die,
const lldb_private::Declaration decl,
const int32_t  byte_size,
bool  is_forward_declaration 
)
static

◆ IsStructOrClassTag()

static bool IsStructOrClassTag ( llvm::dwarf::Tag  Tag)
static

Definition at line 18 of file UniqueDWARFASTType.cpp.