Searched refs:DWARFDeclContext (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h1 //===-- DWARFDeclContext.h --------------------------------------*- C++ -*-===//
17 // DWARFDeclContext
23 class DWARFDeclContext { class
44 DWARFDeclContext() : m_entries(), m_language(lldb::eLanguageTypeUnknown) {} function in class:DWARFDeclContext
50 bool operator==(const DWARFDeclContext &rhs) const;
H A DDWARFDeclContext.cpp1 //===-- DWARFDeclContext.cpp ------------------------------------*- C++ -*-===//
9 #include "DWARFDeclContext.h"
11 const char *DWARFDeclContext::GetQualifiedName() const {
54 bool DWARFDeclContext::operator==(const DWARFDeclContext &rhs) const {
H A DDWARFIndex.h16 class DWARFDeclContext;
40 virtual void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) = 0;
H A DDWARFDIE.h73 void GetDWARFDeclContext(DWARFDeclContext &dwarf_decl_ctx) const;
H A DSymbolFileDWARFDwo.h66 const DWARFDeclContext &die_decl_ctx) override;
H A DDWARFDebugInfoEntry.h22 class DWARFDeclContext;
166 DWARFDeclContext &dwarf_decl_ctx) const;
H A DManualDWARFIndex.h36 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
H A DDWARFBaseDIE.h22 class DWARFDeclContext;
H A DAppleDWARFIndex.h43 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h35 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
H A DSymbolFileDWARFDwo.cpp124 const DWARFDeclContext &die_decl_ctx) {
H A DSymbolFileDWARFDebugMap.h23 class DWARFDeclContext;
269 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
H A DAppleDWARFIndex.cpp10 #include "Plugins/SymbolFile/DWARF/DWARFDeclContext.h"
101 void AppleDWARFIndex::GetTypes(const DWARFDeclContext &context,
H A DSymbolFileDWARF.h49 class DWARFDeclContext;
387 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
H A DDWARFDIE.cpp14 #include "DWARFDeclContext.h"
336 void DWARFDIE::GetDWARFDeclContext(DWARFDeclContext &dwarf_decl_ctx) const {
H A DDebugNamesDWARFIndex.cpp11 #include "Plugins/SymbolFile/DWARF/DWARFDeclContext.h"
196 void DebugNamesDWARFIndex::GetTypes(const DWARFDeclContext &context,
H A DManualDWARFIndex.cpp12 #include "Plugins/SymbolFile/DWARF/DWARFDeclContext.h"
385 void ManualDWARFIndex::GetTypes(const DWARFDeclContext &context,
H A DDWARFDebugInfoEntry.cpp27 #include "DWARFDeclContext.h"
872 DWARFUnit *cu, DWARFDeclContext &dwarf_decl_ctx) const {
H A DSymbolFileDWARFDebugMap.cpp1085 const DWARFDeclContext &die_decl_ctx) {
H A DDWARFASTParserClang.cpp13 #include "DWARFDeclContext.h"
729 DWARFDeclContext die_decl_ctx;
1518 DWARFDeclContext die_decl_ctx;
2326 DWARFDeclContext decl_ctx;
H A DSymbolFileDWARF.cpp64 #include "DWARFDeclContext.h"
2913 const DWARFDeclContext &dwarf_decl_ctx) {
2997 DWARFDeclContext type_dwarf_decl_ctx;
3416 DWARFDeclContext decl_ctx;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile485 SRCS+= Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp

Completed in 262 milliseconds