| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 61 exe_ctx.GetBestExecutionContextScope()); in FormatObject() 96 exe_ctx.GetBestExecutionContextScope(); in FormatObject() 191 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 43 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 89 map.GetBestExecutionContextScope(), in MakeAllocation() 235 map.GetBestExecutionContextScope(), in Dematerialize() 314 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 441 scope = map.GetBestExecutionContextScope(); in Materialize() 611 scope = map.GetBestExecutionContextScope(); in Dematerialize() 793 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 847 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 909 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 1075 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1356 exe_scope = map.GetBestExecutionContextScope(); in Materialize() [all …]
|
| H A D | UserExpression.cpp | 246 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 341 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 391 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
|
| H A D | IRExecutionUnit.cpp | 616 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection() 647 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection() 1232 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder() 1237 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize() 1266 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture() 1273 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
|
| H A D | LLVMUserExpression.cpp | 282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 90 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex() 102 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
|
| /freebsd-13.1/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 | 679 exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 747 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 1698 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticChildAtOffset() 1740 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticBase() 2583 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue() 2590 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue() 2744 exe_ctx.GetBestExecutionContextScope(), in AddressOf() 2780 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type); in CastPointerType() 2794 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, type_sp); in CastPointerType() 2991 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress() [all …]
|
| H A D | Value.cpp | 211 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize() 311 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr); in GetValueAsData() 583 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
| H A D | ValueObjectChild.cpp | 169 exe_ctx.GetBestExecutionContextScope())) { in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 210 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
|
| H A D | ValueObjectVariable.cpp | 116 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 78 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 122 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangExpressionDeclMap.cpp | 235 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 283 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1657 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable() 1702 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister() 1850 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction() 1882 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 359 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 497 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 515 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| H A D | ABISysV_arm64.cpp | 471 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 490 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 118 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
|
| H A D | CommandObjectTarget.cpp | 813 exe_ctx.GetBestExecutionContextScope(), var_sp)); in DumpGlobalVariableList() 845 arg.c_str(), m_exe_ctx.GetBestExecutionContextScope(), in DoExecute() 862 m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute() 1476 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1541 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1596 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule() 1717 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 325 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr) in DumpValue() 435 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr) in ReadFromMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 95 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
|