Searched refs:m_context (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Value.cpp | 39 m_context (NULL), in Value() 50 m_context (NULL), in Value() 62 m_context (NULL), in Value() 74 m_context (v.m_context), in Value() 97 m_context = rhs.m_context; in operator =() 134 m_context, in Dump() 163 return static_cast<RegisterInfo *> (m_context); in GetRegisterInfo() 171 return static_cast<Type *> (m_context); in GetType() 776 return static_cast<Variable *> (m_context); in GetVariable() 787 m_context = NULL; in Clear()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | CPPLanguageRuntime.h | 43 m_context(), in MethodName() 55 m_context(), in MethodName() 109 llvm::StringRef m_context; // Decl context: "lldb::SBTarget" variable
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Value.h | 166 m_context = NULL; in ClearContext() 174 m_context = p; in SetContext() 296 void * m_context; variable
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | CPPLanguageRuntime.cpp | 229 m_context = llvm::StringRef(); in Clear() 336 m_context = full.substr(context_start, context_end - 1); in Parse() 374 m_context = llvm::StringRef(); in Parse() 402 return m_context; in GetContext()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | Type.cpp | 96 m_context (context), in Type() 113 m_context (nullptr), in Type() 131 m_context (rhs.m_context), in Type() 216 if (show_context && m_context != nullptr) in Dump() 219 m_context->DumpSymbolContext(s); in Dump()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Type.h | 224 return m_context; in GetSymbolContextScope() 229 return m_context; in GetSymbolContextScope() 234 m_context = context; in SetSymbolContextScope() 299 SymbolContextScope *m_context; // The symbol context in which this type is defined variable
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| HD | EmulateInstructionMIPS64.h | 315 std::unique_ptr<llvm::MCContext> m_context; variable
|
| HD | EmulateInstructionMIPS64.cpp | 150 m_context.reset (new llvm::MCContext (m_asm_info.get(), m_reg_info.get(), nullptr)); in EmulateInstructionMIPS64() 151 assert (m_context.get()); in EmulateInstructionMIPS64() 153 m_disasm.reset (target->createMCDisassembler (*m_subtype_info, *m_context)); in EmulateInstructionMIPS64()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| HD | EmulateInstructionMIPS.h | 309 std::unique_ptr<llvm::MCContext> m_context; variable
|
| HD | EmulateInstructionMIPS.cpp | 150 m_context.reset (new llvm::MCContext (m_asm_info.get(), m_reg_info.get(), nullptr)); in EmulateInstructionMIPS() 151 assert (m_context.get()); in EmulateInstructionMIPS() 153 m_disasm.reset (target->createMCDisassembler (*m_subtype_info, *m_context)); in EmulateInstructionMIPS()
|