| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 62 exe_ctx.GetBestExecutionContextScope()); in FormatObject() 98 exe_ctx.GetBestExecutionContextScope(); in FormatObject() 192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 71 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 100 map.GetBestExecutionContextScope(), in MakeAllocation() 246 map.GetBestExecutionContextScope(), in Dematerialize() 326 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 455 scope = map.GetBestExecutionContextScope(); in Materialize() 619 scope = map.GetBestExecutionContextScope(); in Dematerialize() 936 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 990 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 1059 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 1225 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1506 exe_scope = map.GetBestExecutionContextScope(); in Materialize() [all …]
|
| H A D | UserExpression.cpp | 271 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 362 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 412 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
|
| H A D | IRExecutionUnit.cpp | 629 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection() 660 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection() 1148 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder() 1153 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize() 1182 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture() 1189 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
|
| H A D | LLVMUserExpression.cpp | 283 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 113 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex() 125 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 145 return m_type_sp->GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize() 146 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| H A D | ValueObject.cpp | 634 exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 702 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 1667 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticChildAtOffset() 1709 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticBase() 2539 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue() 2546 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue() 2685 auto scope = exe_ctx.GetBestExecutionContextScope(); in AddressOf() 2735 .GetBestExecutionContextScope(); in Cast() 2776 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, type_sp); in CastPointerType() 2973 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress() [all …]
|
| H A D | Value.cpp | 225 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize() 325 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr); in GetValueAsData() 597 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 138 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
| H A D | ValueObjectChild.cpp | 167 exe_ctx.GetBestExecutionContextScope())) { in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 211 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
|
| H A D | ValueObjectVariable.cpp | 117 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 103 exe_ctx.GetBestExecutionContextScope(), print_flags, in DumpRegister() 115 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
|
| H A D | CommandObjectDWIMPrint.cpp | 173 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 856 exe_ctx.GetBestExecutionContextScope(), var_sp)); in DumpGlobalVariableList() 888 arg.c_str(), m_exe_ctx.GetBestExecutionContextScope(), in DoExecute() 905 m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute() 1580 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1628 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1703 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule() 1826 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 78 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 123 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangExpressionDeclMap.cpp | 254 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 302 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1734 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable() 1779 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister() 1927 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction() 1959 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 211 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in CaptureWatchedValue() 226 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in WatchedValueReportable()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 359 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 490 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 508 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| H A D | ABISysV_arm64.cpp | 464 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 483 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 96 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
|