Searched refs:ExecutionContext (Results 201 - 218 of 218) sorted by relevance

123456789

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp313 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp313 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp774 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp360 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp691 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp692 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp37 #include "lldb/Target/ExecutionContext.h"
276 CalculateMnemonicOperandsAndComment(const lldb_private::ExecutionContext *exe_ctx) override
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp893 ExecutionContext exe_ctx(valobj.GetExecutionContextRef());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp30 #include "lldb/Target/ExecutionContext.h"
880 ExecutionContext exe_ctx;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp377 ExecutionContext *exe_ctx = NULL; // Just use the default context.
H A DCommandObjectBreakpoint.cpp134 ExecutionContext exe_ctx (m_interpreter.GetExecutionContext());
H A DCommandObjectType.cpp3440 ExecutionContext exe_ctx(target_sp.get(), fill_all_in);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp23 #include "lldb/Target/ExecutionContext.h"
627 lldb_private::ExecutionContext &exe_ctx)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp770 ExecutionContext exe_ctx (thread.shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp92 GetPropertyAtIndex(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const override
4769 Process::CalculateExecutionContext (ExecutionContext &exe_ctx)
5183 Process::RunThreadPlan (ExecutionContext &exe_ctx,
6533 ExecutionContext exe_ctx (this);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp39 #include "lldb/Target/ExecutionContext.h"
1479 ExecutionContext exe_ctx;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp84 #include "lldb/Target/ExecutionContext.h"
4683 ExecutionContext exe_ctx (exe_scope);
4705 llvm::outs() << "without a valid ExecutionContext. this is not reliable. please file a bug against LLDB.\n";
5941 ExecutionContext *exe_ctx,
6033 ExecutionContext exe_ctx (valobj->GetExecutionContextRef());
8845 ClangASTContext::DumpValue (lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
9360 ClangASTContext::DumpSummary (lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp576 lldb_private::ExecutionContext exe_ctx (target_sp, true);

Completed in 422 milliseconds

123456789