Home
last modified time | relevance | path

Searched refs:JITLoaderList (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DJITLoaderList.cpp16 JITLoaderList::JITLoaderList() : m_jit_loaders_vec(), m_jit_loaders_mutex() {} in JITLoaderList() function in JITLoaderList
18 JITLoaderList::~JITLoaderList() = default;
20 void JITLoaderList::Append(const JITLoaderSP &jit_loader_sp) { in Append()
25 void JITLoaderList::Remove(const JITLoaderSP &jit_loader_sp) { in Remove()
32 size_t JITLoaderList::GetSize() const { return m_jit_loaders_vec.size(); } in GetSize()
34 JITLoaderSP JITLoaderList::GetLoaderAtIndex(size_t idx) { in GetLoaderAtIndex()
39 void JITLoaderList::DidLaunch() { in DidLaunch()
45 void JITLoaderList::DidAttach() { in DidAttach()
51 void JITLoaderList::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad()
H A DJITLoader.cpp18 void JITLoader::LoadPlugins(Process *process, JITLoaderList &list) { in LoadPlugins()
H A DCMakeLists.txt17 JITLoaderList.cpp
H A DProcess.cpp2662 JITLoaderList &Process::GetJITLoaders() { in GetJITLoaders()
2664 m_jit_loaders_up = std::make_unique<JITLoaderList>(); in GetJITLoaders()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DJITLoaderList.h22 class JITLoaderList {
24 JITLoaderList();
25 ~JITLoaderList();
H A DJITLoader.h38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list);
H A DProcess.h693 virtual JITLoaderList &GetJITLoaders();
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h107 JITLoaderList &GetJITLoaders() override;
H A DProcessMinidump.cpp630 JITLoaderList &ProcessMinidump::GetJITLoaders() { in GetJITLoaders()
632 m_jit_loaders_up = std::make_unique<JITLoaderList>(); in GetJITLoaders()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn40 "JITLoaderList.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h115 class JITLoaderList; variable
341 typedef std::unique_ptr<lldb_private::JITLoaderList> JITLoaderListUP;
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3811 lldb/include/lldb/Target/JITLoaderList.h