Home
last modified time | relevance | path

Searched refs:m_context (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/opencsd/decoder/include/common/
H A Docsd_pe_context.h60 void setVMID(const uint32_t id) { m_context.vmid = id; m_context.vmid_valid = 1; }; in setVMID()
75 ocsd_pe_context m_context;
85 m_context = *context; in OcsdPeContext()
91 m_context.bits64 = 0; in resetCtxt()
92 m_context.context_id = 0; in resetCtxt()
93 m_context.ctxt_id_valid = 0; in resetCtxt()
94 m_context.el_valid = 0; in resetCtxt()
97 m_context.vmid = 0; in resetCtxt()
98 m_context.vmid_valid = 0; in resetCtxt()
103 m_context = ctxt;
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp104 m_context.push_back( in TypeQuery()
107 m_context.push_back( in TypeQuery()
117 m_context = decl_ctx.GetCompilerContext(); in TypeQuery()
124 : m_context(context), m_options(options) { in TypeQuery()
133 m_context = decl.GetCompilerContext(); in TypeQuery()
137 if (m_context.empty()) in GetTypeBasename()
139 return m_context.back().name; in GetTypeBasename()
159 if (context_chain.size() < m_context.size()) in ContextMatches()
166 m_context); in ContextMatches()
372 if (show_context && m_context != nullptr) { in Dump()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp55 m_context(v.m_context), m_value_type(v.m_value_type), in Value()
72 m_context = rhs.m_context; in operator =()
105 Value::GetValueTypeAsCString(m_value_type), m_context, in Dump()
142 return static_cast<RegisterInfo *>(m_context); in GetRegisterInfo()
148 return static_cast<Type *>(m_context); in GetType()
620 return static_cast<Variable *>(m_context); in GetVariable()
628 m_context = nullptr; in Clear()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp34 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {} in DWARFDebugInfo()
42 m_context.getOrLoadArangesData(); in GetCompileUnitAranges()
80 ? m_context.getOrLoadDebugTypesData() in ParseUnitsFor()
81 : m_context.getOrLoadDebugInfoData(); in ParseUnitsFor()
H A DSymbolFileDWARFDwo.cpp37 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()
41 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
H A DDWARFDebugInfo.h64 DWARFContext &m_context; variable
H A DSymbolFileDWARF.cpp473 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list), in SymbolFileDWARF()
524 apple_types, apple_objc, m_context.getOrLoadStrData()); in InitializeObject()
537 m_context.getOrLoadStrData(), *this); in InitializeObject()
714 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo()
737 if (m_context.getOrLoadRangesData().GetByteSize() > 0) in GetDebugRanges()
741 m_ranges->Extract(m_context); in GetDebugRanges()
1094 if (!ParseLLVMLineTablePrologue(m_context, prologue, offset, in ParseSupportFiles()
1135 m_context.getOrLoadLineData().GetAsLLVMDWARF(); in GetTypeUnitSupportFiles()
1136 llvm::DWARFContext &ctx = m_context.GetAsLLVM(); in GetTypeUnitSupportFiles()
1234 ParseLLVMLineTable(m_context, line, offset, dwarf_cu->GetOffset()); in ParseLineTable()
[all …]
H A DSymbolFileDWARF.h268 DWARFContext &GetDWARFContext() { return m_context; } in GetDWARFContext()
507 DWARFContext m_context; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h31 : m_full(), m_basename(), m_context(), m_arguments(), m_qualifiers() {} in MethodName()
34 : m_full(s), m_basename(), m_context(), m_arguments(), m_qualifiers(), in MethodName()
90 llvm::StringRef m_context; // Decl context: "lldb::SBTarget" variable
H A DCPlusPlusLanguage.cpp112 m_context = llvm::StringRef(); in Clear()
233 m_context = full.substr(context_start, context_end - 1 - context_start); in TrySimplifiedParse()
243 m_context = llvm::StringRef(); in TrySimplifiedParse()
262 m_context = function->name.context; in Parse()
284 return m_context; in GetContext()
308 if (m_context.empty()) in GetScopeQualifiedName()
312 res += m_context; in GetScopeQualifiedName()
366 if (m_context.empty()) in ContainsPath()
369 llvm::StringRef haystack = m_context; in ContainsPath()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h92 m_context = nullptr; in ClearContext()
98 m_context = p; in SetContext()
153 void *m_context = nullptr; variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h283 return m_context; in LLDB_MARK_AS_BITMASK_ENUM()
290 std::vector<lldb_private::CompilerContext> m_context; in LLDB_MARK_AS_BITMASK_ENUM()
470 SymbolContextScope *GetSymbolContextScope() { return m_context; } in GetSymbolContextScope()
471 const SymbolContextScope *GetSymbolContextScope() const { return m_context; } in GetSymbolContextScope()
473 m_context = context; in SetSymbolContextScope()
513 SymbolContextScope *m_context = nullptr; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp104 : m_context(context), m_error(error) {} in MissingDeclContext()
106 DeclContext *m_context; member
111 m_context->getDeclKindName(), m_error); in log()
H A DClangPersistentVariables.h101 lldb::TypeSystemWP m_context; member
H A DClangPersistentVariables.cpp85 return CompilerType(p.m_context, t); in GetCompilerTypeFromPersistentDecl()
/freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h190 void setContext(const etmv4_context_t &ctxt) { m_context = ctxt; }; in setContext()
191 const etmv4_context_t &getContext() const { return m_context; }; in getContext()
196 etmv4_context_t m_context;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h177 std::unique_ptr<llvm::MCContext> m_context; variable
H A DEmulateInstructionMIPS64.cpp167 m_context = std::make_unique<llvm::MCContext>( in EmulateInstructionMIPS64()
169 assert(m_context.get()); in EmulateInstructionMIPS64()
171 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context)); in EmulateInstructionMIPS64()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h214 std::unique_ptr<llvm::MCContext> m_context; variable
H A DEmulateInstructionMIPS.cpp163 m_context = std::make_unique<llvm::MCContext>( in EmulateInstructionMIPS()
165 assert(m_context.get()); in EmulateInstructionMIPS()
167 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context)); in EmulateInstructionMIPS()
181 target->createMCDisassembler(*m_alt_subtype_info, *m_context)); in EmulateInstructionMIPS()
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp8077 IMutableContext& m_context; member in Catch::RunContext
12483 m_context(getCurrentMutableContext()), in RunContext()
12489 m_context.setRunner(this);
12490 m_context.setConfig(m_config);
12491 m_context.setResultCapture(this);
13097 , m_context{config, makeReporter(config)}
13116 m_context.testGroupStarting(m_config->name(), 1, 1); in execute()
13118 if (!m_context.aborting()) in execute()
13119 totals += m_context.runTest(*testCase); in execute()
13121 m_context.reporter().skipTest(*testCase); in execute()
[all …]