Searched defs:exe_scope (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangPersistentVariables.cpp35 ClangPersistentVariables::CreatePersistentVariable (ExecutionContextScope *exe_scope, argument
H A DClangExpressionVariable.cpp28 ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size) : argument
H A DClangExpressionParser.cpp180 ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope, argument
H A DClangFunction.cpp51 ClangFunction( ExecutionContextScope &exe_scope, const ClangASTType &return_type, const Address& functionAddress, const ValueList &arg_value_list ) argument
73 ClangFunction( ExecutionContextScope &exe_scope, Function &function, ClangASTContext *ast_context, const ValueList &arg_value_list ) argument
H A DClangUserExpression.cpp512 ExecutionContextScope *exe_scope = process; local
H A DDWARFExpression.cpp1209 Evaluate( ExecutionContextScope *exe_scope, ClangExpressionVariableList *expr_locals, ClangExpressionDeclMap *decl_map, lldb::addr_t loclist_base_load_addr, const Value* initial_value_ptr, Value& result, Error *error_ptr ) const argument
H A DMaterializer.cpp792 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); local
1016 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); local
1314 ExecutionContextScope *exe_scope = frame_sp.get(); local
1364 ExecutionContextScope *exe_scope = m_map->GetBestExecutionContextScope(); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp37 ValueObjectMemory::Create (ExecutionContextScope *exe_scope, argument
46 ValueObjectMemory::Create (ExecutionContextScope *exe_scope, argument
54 ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, argument
90 ValueObjectMemory::ValueObjectMemory (ExecutionContextScope *exe_scope, argument
H A DValueObjectConstResult.cpp33 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, argument
44 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, argument
77 ValueObjectConstResult::ValueObjectConstResult (ExecutionContextScope *exe_scope, argument
105 ValueObjectConstResult::Create (ExecutionContextScope *exe_scope, argument
61 Create( ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address ) argument
123 Create(ExecutionContextScope *exe_scope, Value &value, const ConstString &name) argument
130 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
156 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
171 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
202 Create( ExecutionContextScope *exe_scope, const Error& error ) argument
212 ValueObjectConstResult(ExecutionContextScope *exe_scope, const Error& error) argument
223 ValueObjectConstResult(ExecutionContextScope *exe_scope, const Value &value, const ConstString &name) argument
[all...]
H A DValueObjectRegister.cpp117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx) argument
123 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, uint32_t reg_set_idx) : argument
283 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num) argument
288 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, uint32_t reg_num) : argument
H A DValueObjectVariable.cpp39 ValueObjectVariable::Create (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp) argument
44 ValueObjectVariable::ValueObjectVariable (ExecutionContextScope *exe_scope, const lldb::VariableSP &var_sp) : argument
H A DAddress.cpp29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len) argument
45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& byte_order, uint32_t& addr_size) argument
72 ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &success) argument
100 ReadAddress(ExecutionContextScope *exe_scope, const Address &address, uint32_t pointer_size, Address &deref_so_addr) argument
141 DumpUInt(ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, Stream* strm) argument
173 ReadCStringFromMemory(ExecutionContextScope *exe_scope, const Address &address, Stream *strm) argument
391 Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, DumpStyle fallback_style, uint32_t addr_size) const argument
[all...]
H A DDisassembler.cpp413 ExecutionContextScope *exe_scope = exe_ctx.GetBestExecutionContextScope(); local
H A DDebugger.cpp2170 ExecutionContextScope *exe_scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL; local
H A DValueObject.cpp111 ValueObject::ValueObject (ExecutionContextScope *exe_scope, argument
3647 ValueObject::EvaluationPoint::EvaluationPoint (ExecutionContextScope *exe_scope, bool use_selected): argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp173 CPPLanguageRuntime::GetObjectDescription (Stream &str, Value &value, ExecutionContextScope *exe_scope) argument
H A DThread.cpp1769 static void DumpAddressList (Stream &s, const std::vector<Address> &list, ExecutionContextScope *exe_scope) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangExpressionVariable.h394 CreateVariable (ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
410 CreateVariable (ExecutionContextScope *exe_scope, argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp623 ExecutionContextScope *exe_scope = NULL; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp124 DumpStopContext( Stream *s, ExecutionContextScope *exe_scope, const Address &addr, bool show_fullpaths, bool show_module, bool show_inlined_frames ) const argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp821 ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); local
H A DCommandObjectTarget.cpp1566 DumpAddress (ExecutionContextScope *exe_scope, const Address &so_addr, bool verbose, Stream &strm) argument
1616 ExecutionContextScope *exe_scope = interpreter.GetExecutionContext().GetBestExecutionContextScope(); local
1703 DumpSymbolContextList(ExecutionContextScope *exe_scope, Stream &strm, SymbolContextList &sc_list, bool verbose) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2290 ExecutionContextScope *exe_scope = target_sp->GetProcessSP().get(); local

Completed in 352 milliseconds