reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
  101     Resolvers[K] = createLegacyLookupResolver(
lib/DebugInfo/DWARF/DWARFUnit.cpp
  523   DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU);
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
  305     Resolvers[K] = std::make_shared<CBindingsResolver>(*this, ExternalResolver,
  364       Resolvers[K] = std::make_shared<CBindingsResolver>(
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  377       Subsection.Subsection = std::make_shared<YAMLLinesSubsection>();
  379       Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>();
  381       Subsection.Subsection =
  384       Subsection.Subsection =
  387       Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>();
  389       Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>();
  391       Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>();
  393       Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>();
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  612     Obj.Symbol = std::make_shared<ConcreteType>(Kind);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  718     Obj.Leaf = std::make_shared<LeafRecordImpl<ConcreteType>>(Kind);
  750     Obj.Member = std::make_shared<MemberRecordImpl<ConcreteType>>(Kind);
tools/clang/tools/extra/clangd/TUScheduler.cpp
  356   FileInputs = std::move(Inputs);
  400       FileInputs = std::make_shared<ParseInputs>(Inputs);
tools/clang/utils/TableGen/MveEmitter.cpp
 1080       V = std::make_shared<IntCastResult>(getScalarType("u32"), V);
 1082     V = std::make_shared<IntCastResult>(getScalarType("u32"), V);
 1083     V = std::make_shared<IRIntrinsicResult>(
tools/lldb/include/lldb/Core/Module.h
  124     module_sp->m_objfile_sp =
tools/lldb/source/API/SBCommandInterpreter.cpp
  685   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
  704   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
  792   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
  812   new_command_sp = std::make_shared<CommandPluginInterfaceImplementation>(
tools/lldb/source/API/SBDebugger.cpp
  327       file_sp = std::make_shared<NativeFile>(fh, true);
tools/lldb/source/API/SBFile.cpp
   27   m_opaque_sp = std::make_shared<NativeFile>(file, transfer_ownership);
   38   m_opaque_sp =
tools/lldb/source/API/SBThreadPlan.cpp
   72     m_opaque_sp = std::make_shared<ThreadPlanPython>(*thread, class_name, 
   84     m_opaque_sp = std::make_shared<ThreadPlanPython>(*thread, class_name, 
tools/lldb/source/Breakpoint/Breakpoint.cpp
  158     filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>(
tools/lldb/source/Commands/CommandObjectFrame.cpp
  508       summary_format_sp = std::make_shared<StringSummaryFormat>(
tools/lldb/source/Commands/CommandObjectMemory.cpp
  667       data_sp = std::make_shared<DataBufferHeap>(total_byte_size, '\0');
  707       data_sp = std::make_shared<DataBufferHeap>(
  756       data_sp =
tools/lldb/source/Commands/CommandObjectType.cpp
  192                 script_format = std::make_shared<ScriptSummaryFormat>(
  423                 synth_provider = std::make_shared<ScriptedSyntheticChildren>(
  658       entry = std::make_shared<TypeFormatImpl_Format>(
  664       entry = std::make_shared<TypeFormatImpl_EnumType>(
 1285     script_format = std::make_shared<ScriptSummaryFormat>(
 1322     script_format = std::make_shared<ScriptSummaryFormat>(
tools/lldb/source/Core/Debugger.cpp
  719     m_log_callback_stream_sp =
  983       in = std::make_shared<NativeFile>(stdin, false);
 1152   m_log_callback_stream_sp =
 1170     log_stream_sp = std::make_shared<llvm::raw_fd_ostream>(
 1186       log_stream_sp =
tools/lldb/source/Core/Disassembler.cpp
  818         data_value_sp = std::make_shared<OptionValueUInt64>(0, 0);
  823         data_value_sp = std::make_shared<OptionValueString>(value.c_str(), "");
  914         value_sp = std::make_shared<OptionValueUInt64>(0, 0);
  920         value_sp = std::make_shared<OptionValueString>(value.c_str(), "");
tools/lldb/source/Core/Opcode.cpp
  133     buffer_sp = std::make_shared<DataBufferHeap>(buf, byte_size);
tools/lldb/source/Core/SourceManager.cpp
  440     m_data_sp = FileSystem::Instance().CreateDataBuffer(m_file_spec);
  518     m_data_sp = FileSystem::Instance().CreateDataBuffer(m_file_spec);
tools/lldb/source/Core/StreamFile.cpp
   27   m_file_sp =
   32   m_file_sp = std::make_shared<NativeFile>(fh, transfer_ownership);
tools/lldb/source/Core/ValueObject.cpp
  948   destination = std::make_shared<DataBufferHeap>(source.GetSize() + 1, 0);
 1011         buffer_sp = std::make_shared<DataBufferHeap>(cstr_len, 0);
 1184         format_sp = std::make_shared<TypeFormatImpl_Format>(my_format);
tools/lldb/source/DataFormatters/StringPrinter.cpp
  310       utf8_data_buffer_sp =
tools/lldb/source/Expression/Materializer.cpp
  553         m_original_data = std::make_shared<DataBufferHeap>(data.GetDataStart(),
 1213     m_register_contents = std::make_shared<DataBufferHeap>(
tools/lldb/source/Expression/REPL.cpp
   69     m_io_handler_sp = std::make_shared<IOHandlerEditline>(
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
   89   m_write_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWrite, owns_fd);
   90   m_read_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionRead, false);
  221             m_read_sp =
  223             m_write_sp =
  273       m_read_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionRead, true);
  274       m_write_sp = std::make_shared<NativeFile>(fd, File::eOpenOptionWrite, false);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2911     m_command_io_handler_sp = std::make_shared<IOHandlerEditline>(
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
  113     m_data_sp =
tools/lldb/source/Interpreter/Property.cpp
   34     m_value_sp =
   40     m_value_sp = std::make_shared<OptionValueArgs>();
   45     m_value_sp =
   56       m_value_sp =
   60       m_value_sp = std::make_shared<OptionValueBoolean>(
   66     m_value_sp = std::make_shared<OptionValueChar>(
   72     m_value_sp =
  109     m_value_sp = std::make_shared<OptionValueFileSpec>(file_spec, resolve);
  116     m_value_sp = std::make_shared<OptionValueFileSpecList>();
  131       m_value_sp = std::make_shared<OptionValueFormat>(new_format);
  147       m_value_sp = std::make_shared<OptionValueLanguage>(new_lang);
  154     m_value_sp = std::make_shared<OptionValueFormatEntity>(
  161     m_value_sp = std::make_shared<OptionValuePathMappings>(
  169     m_value_sp =
  178     m_value_sp = std::make_shared<OptionValueSInt64>(
  189     m_value_sp = std::make_shared<OptionValueUInt64>(
  202       m_value_sp = std::make_shared<OptionValueUUID>(uuid);
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  454     thread_plan_sp =
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  970       thread_plan_sp = std::make_shared<ThreadPlanRunToAddress>(
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  496     thread_plan_sp =
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  426     jit_loader_sp = std::make_shared<JITLoaderGDB>(process);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  338       ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(
  345       ret_plan_sp = std::make_shared<ThreadPlanStepInRange>(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  114     resolver_sp = std::make_shared<BreakpointResolverName>(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  834     resolver_sp = std::make_shared<BreakpointResolverName>(
 2618     m_encoding_to_type_sp =
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
 1048       ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(thread, impl_addr,
 1128       ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughObjCTrampoline>(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
  182     m_run_to_sp = std::make_shared<ThreadPlanRunToAddress>(
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  465     data_sp =
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5478         reg_ctx_sp =
 5483         reg_ctx_sp =
 5488         reg_ctx_sp =
 5493         reg_ctx_sp =
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  262     thread_sp = std::make_shared<ThreadMemory>(*m_process, tid, name, queue,
  324     reg_ctx_sp = std::make_shared<RegisterContextMemory>(
  358     reg_ctx_sp = std::make_shared<RegisterContextDummy>(
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  783     m_remote_signals_sp = std::move(remote_signals_sp);
tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
   50     rctx = std::make_shared<RegisterContextHistory>(
tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
   45       rctx = std::make_shared<RegisterContextHistory>(
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 1298   data_sp = std::make_shared<DataBufferHeap>(REG_CONTEXT_SIZE, 0);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
  654   data_sp = std::make_shared<DataBufferHeap>(REG_CONTEXT_SIZE, 0);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
  832   data_sp = std::make_shared<DataBufferHeap>(REG_CONTEXT_SIZE, 0);
tools/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
  896   data_sp = std::make_shared<DataBufferHeap>(REG_CONTEXT_SIZE, 0);
tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
   50     m_reg_context_sp = std::make_shared<RegisterContextThreadMemory>(
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
   70     reg_ctx_sp = std::make_shared<RegisterContextMacOSXFrameBackchain>(
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
   70           process_sp = std::make_shared<ProcessElfCore>(target_sp, listener_sp,
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
   22   m_gpr_buffer = std::make_shared<DataBufferHeap>(gpregset.GetDataStart(),
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
   23   m_gpr_buffer = std::make_shared<DataBufferHeap>(gpregset.GetDataStart(),
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
   22   m_gpr_buffer = std::make_shared<DataBufferHeap>(gpregset.GetDataStart(),
   29   m_fpr_buffer = std::make_shared<DataBufferHeap>(fpregset.GetDataStart(),
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
   23   m_gpr_buffer = std::make_shared<DataBufferHeap>(gpregset.GetDataStart(),
   30   m_fpr_buffer = std::make_shared<DataBufferHeap>(fpregset.GetDataStart(),
   36   m_vec_buffer = std::make_shared<DataBufferHeap>(vregset.GetDataStart(),
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
   26   m_gpr_buffer = std::make_shared<DataBufferHeap>(gpregset.GetDataStart(),
   33   m_fpr_buffer = std::make_shared<DataBufferHeap>(fpregset.GetDataStart(),
   39   m_vmx_buffer = std::make_shared<DataBufferHeap>(vmxregset.GetDataStart(),
   45   m_vsx_buffer = std::make_shared<DataBufferHeap>(vsxregset.GetDataStart(),
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
   23   m_gpr_buffer = std::make_shared<DataBufferHeap>(gpregset.GetDataStart(),
   30   m_fpr_buffer = std::make_shared<DataBufferHeap>(fpregset.GetDataStart(),
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
  191       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm64>(
  195       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm>(
  200       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>(
  205       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>(
  210       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_powerpc>(
  214       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_ppc64le>(
  218       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_s390x>(
  223       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  491     data_sp = std::make_shared<DataBufferHeap>(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  216     process_sp = std::make_shared<ProcessGDBRemote>(target_sp, listener_sp);
 1661         thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid);
 1777         thread_sp = std::make_shared<ThreadGDBRemote>(*this, tid);
 4013       buf = std::make_shared<DataBufferHeap>(response_string.c_str(),
 5406     m_command_sp = std::make_shared<CommandObjectMultiwordProcessGDBRemote>(
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  308       reg_ctx_sp = std::make_shared<GDBRemoteRegisterContext>(
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
   76           process_sp = std::make_shared<ProcessMachCore>(target_sp, listener_sp,
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  888     m_command_sp = std::make_shared<CommandObjectMultiwordProcessMinidump>(
tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
   76       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>(
   86       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>(
   94       m_thread_reg_ctx_sp =
  102       m_thread_reg_ctx_sp =
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
 1400     file_sp = std::make_shared<NativeFile>(fd, options.get(), false);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2229     callee_wrapper_sp = std::make_shared<StructuredPythonObject>(new_callee);
 2836         *module_sp = std::make_shared<StructuredPythonObject>(module_pyobj);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  458       comp_unit_info->oso_sp->module_sp = std::make_shared<DebugMapModule>(
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  488           originating_thread_sp = std::make_shared<HistoryThread>(
  529       return_thread_sp = std::make_shared<HistoryThread>(
  551   extended_thread_sp = std::make_shared<HistoryThread>(
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  265       m_section_contents_if_encrypted =
tools/lldb/source/Symbol/ObjectFile.cpp
   78           data_sp = FileSystem::Instance().CreateDataBuffer(file->GetPath(),
  122             data_sp = FileSystem::Instance().CreateDataBuffer(
tools/lldb/source/Target/Process.cpp
  129     m_collection_sp =
  136     m_collection_sp = std::make_shared<ProcessOptionValueProperties>(
 4448         m_process_input_reader =
tools/lldb/source/Target/StackFrameRecognizer.cpp
   30   m_python_object_sp =
tools/lldb/source/Target/Target.cpp
  498     filter_sp = std::make_shared<SearchFilterByModule>(shared_from_this(),
  502       m_search_filter_sp =
  516     filter_sp = std::make_shared<SearchFilterByModuleList>(shared_from_this(),
  520       m_search_filter_sp =
  539     filter_sp = std::make_shared<SearchFilterByModuleListAndCU>(
  542     filter_sp = std::make_shared<SearchFilterByModuleListAndCU>(
  603     filter_sp = std::make_shared<SearchFilterForUnconstrainedSearches>(
 3467     m_collection_sp = std::make_shared<TargetOptionValueProperties>(
 3516     m_collection_sp =
tools/lldb/source/Target/Thread.cpp
  108     m_collection_sp =
  112     m_collection_sp = std::make_shared<ThreadOptionValueProperties>(
 1363   thread_plan_sp = std::make_shared<ThreadPlanStepOverRange>(
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  377   m_subplan_sp = std::make_shared<ThreadPlanRunToAddress>(
tools/lldb/source/Target/ThreadPlanStepOut.cpp
   87       m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>(
  453         m_step_through_inline_plan_sp =
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
  138     m_module_sp = std::make_shared<YAMLModule>(arch);
  139     m_objfile_sp = std::make_shared<YAMLObjectFile>(m_module_sp, m_sections_map);
unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp
  184   Resolvers[K1] = std::make_shared<NullResolver>();