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

/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_pe_context.h57 void setSecLevel(const ocsd_sec_level sl) { m_context.security_level = sl; };
58 void setEL(const ocsd_ex_level el) { m_context.exception_level = el; m_context.el_valid = el > ocsd_EL_unknown ? 1 : 0; };
59 void setCtxtID(const uint32_t id) { m_context.context_id = id; m_context.ctxt_id_valid = 1; };
60 void setVMID(const uint32_t id) { m_context.vmid = id; m_context.vmid_valid = 1; };
61 void set64bit(const bool is64bit) { m_context.bits64 = is64bit ? 1 : 0; };
63 const ocsd_sec_level getSecLevel() const { return m_context.security_level; };
64 const ocsd_ex_level getEL() const { return m_context
75 ocsd_pe_context m_context; member in class:OcsdPeContext
[all...]
/freebsd-13-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.cpp83 m_context = llvm::StringRef();
169 m_context = full.substr(context_start, context_end - 1 - context_start);
179 m_context = llvm::StringRef();
197 m_context = function.getValue().name.context;
218 return m_context;
236 if (m_context.empty())
240 res += m_context;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
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();
76 if (m_context.isDwo())
77 index = &llvm::getDWARFUnitIndex(m_context.GetAsLLVM(),
H A DSymbolFileDWARFDwo.cpp35 m_context.GetAsLLVM().getCUIndex();
39 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) {
H A DDWARFDebugInfo.h63 lldb_private::DWARFContext &m_context; member in class:DWARFDebugInfo
H A DSymbolFileDWARF.cpp434 m_context(m_objfile_sp->GetModule()->GetSectionList(), dwo_section_list),
478 apple_types, apple_objc, m_context.getOrLoadStrData());
489 m_context.getOrLoadStrData(), *this);
608 const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData();
630 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context);
653 if (m_context.getOrLoadRangesData().GetByteSize() > 0)
657 m_ranges->Extract(m_context);
895 if (!ParseLLVMLineTablePrologue(m_context, prologue, offset,
933 llvm::DWARFDataExtractor data = m_context.getOrLoadLineData().GetAsLLVM();
934 llvm::DWARFContext &ctx = m_context
[all...]
H A DSymbolFileDWARF.h296 lldb_private::DWARFContext &GetDWARFContext() { return m_context; }
491 lldb_private::DWARFContext m_context; member in class:SymbolFileDWARF
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h97 TypeSystemClang *m_context = nullptr; member in struct:lldb_private::ClangPersistentVariables::PersistentDecl
H A DCxxModuleHandler.cpp97 : m_context(context), m_error(error) {}
99 DeclContext *m_context; member in struct:MissingDeclContext
104 m_context->getDeclKindName(), m_error);
H A DClangPersistentVariables.cpp79 return CompilerType(p.m_context, t);
/freebsd-13-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
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h173 void setContext(const etmv4_context_t &ctxt) { m_context = ctxt; };
174 const etmv4_context_t &getContext() const { return m_context; };
179 etmv4_context_t m_context; member in class:TrcStackElemCtxt
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h167 SymbolContextScope *GetSymbolContextScope() { return m_context; }
168 const SymbolContextScope *GetSymbolContextScope() const { return m_context; }
170 m_context = context;
210 SymbolContextScope *m_context; member in class:lldb_private::Type::ResolveState
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h178 std::unique_ptr<llvm::MCContext> m_context; member in class:EmulateInstructionMIPS64
H A DEmulateInstructionMIPS64.cpp166 m_context = std::make_unique<llvm::MCContext>(m_asm_info.get(),
168 assert(m_context.get());
170 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h215 std::unique_ptr<llvm::MCContext> m_context; member in class:EmulateInstructionMIPS
H A DEmulateInstructionMIPS.cpp162 m_context = std::make_unique<llvm::MCContext>(m_asm_info.get(),
164 assert(m_context.get());
166 m_disasm.reset(target->createMCDisassembler(*m_subtype_info, *m_context));
180 target->createMCDisassembler(*m_alt_subtype_info, *m_context));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp148 m_symbol_file(symbol_file), m_context(context), m_encoding_type(nullptr),
165 m_symbol_file(nullptr), m_context(nullptr), m_encoding_type(nullptr),
247 if (show_context && m_context != nullptr) {
249 m_context->DumpSymbolContext(s);
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp8077 IMutableContext& m_context;
12483 m_context(getCurrentMutableContext()),
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);
13118 if (!m_context.aborting())
13119 totals += m_context.runTest(*testCase);
13121 m_context
[all...]

Completed in 184 milliseconds