Searched refs:m_context (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp148 m_symbol_file(symbol_file), m_context(context), m_encoding_type(nullptr),
166 m_symbol_file(nullptr), m_context(nullptr), m_encoding_type(nullptr),
248 if (show_context && m_context != nullptr) {
250 m_context->DumpSymbolContext(s);
H A DCxxModuleHandler.cpp97 : m_context(context), m_error(error) {}
99 DeclContext *m_context; member in struct:MissingDeclContext
104 m_context->getDeclKindName(), m_error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h306 lldb_private::DWARFContext &GetDWARFContext() { return m_context; }
467 lldb_private::DWARFContext m_context; member in class:SymbolFileDWARF
H A DSymbolFileDWARF.cpp420 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list),
465 apple_types, apple_objc, m_context.getOrLoadStrData());
476 m_context.getOrLoadStrData(), DebugInfo());
604 const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData();
630 if (m_context.getOrLoadDebugInfoData().GetByteSize() > 0)
631 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context);
662 if (m_context.getOrLoadRangesData().GetByteSize() > 0)
666 m_ranges->Extract(m_context);
898 llvm::DWARFDataExtractor data = m_context.getOrLoadLineData().GetAsLLVM();
899 llvm::DWARFContext &ctx = m_context
[all...]
H A DDWARFDebugInfo.h63 lldb_private::DWARFContext &m_context; member in class:DWARFDebugInfo
H A DDWARFDebugInfo.cpp35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {}
43 m_context.getOrLoadArangesData();
73 ? m_context.getOrLoadDebugTypesData()
74 : m_context.getOrLoadDebugInfoData();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h31 : m_full(), m_basename(), m_context(), m_arguments(), m_qualifiers(),
35 : m_full(s), m_basename(), m_context(), m_arguments(), m_qualifiers(),
68 llvm::StringRef m_context; // Decl context: "lldb::SBTarget" member in class:lldb_private::CPlusPlusLanguage::MethodName
H A DCPlusPlusLanguage.cpp79 m_context = llvm::StringRef();
165 m_context = full.substr(context_start, context_end - 1 - context_start);
175 m_context = llvm::StringRef();
193 m_context = function.getValue().name.context;
214 return m_context;
232 if (m_context.empty())
236 res += m_context;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp164 m_context.reset(
166 assert(m_context.get());
168 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context));
H A DEmulateInstructionMIPS64.h178 std::unique_ptr<llvm::MCContext> m_context; member in class:EmulateInstructionMIPS64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp160 m_context.reset(
162 assert(m_context.get());
164 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context));
178 target->createMCDisassembler(*m_alt_subtype_info, *m_context));
H A DEmulateInstructionMIPS.h215 std::unique_ptr<llvm::MCContext> m_context; member in class:EmulateInstructionMIPS
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h88 ClangASTContext *m_context = nullptr; member in struct:lldb_private::ClangPersistentVariables::PersistentDecl
H A DClangPersistentVariables.cpp78 return CompilerType(p.m_context, t);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp42 : m_value(), m_vector(), m_compiler_type(), m_context(nullptr),
47 : m_value(scalar), m_vector(), m_compiler_type(), m_context(nullptr),
52 : m_value(), m_vector(), m_compiler_type(), m_context(nullptr),
60 m_compiler_type(v.m_compiler_type), m_context(v.m_context),
79 m_context = rhs.m_context;
110 Value::GetValueTypeAsCString(m_value_type), m_context,
133 return static_cast<RegisterInfo *>(m_context);
139 return static_cast<Type *>(m_context);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h166 SymbolContextScope *GetSymbolContextScope() { return m_context; }
167 const SymbolContextScope *GetSymbolContextScope() const { return m_context; }
169 m_context = context;
209 SymbolContextScope *m_context; member in class:lldb_private::Type::ResolveState
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h54 enum ContextType // Type that describes Value::m_context
56 // m_context contains...
147 m_context = nullptr;
153 m_context = p;
230 void *m_context; member in class:lldb_private::Value

Completed in 152 milliseconds