Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDJITLoaderList.cpp17 JITLoaderList::JITLoaderList() in JITLoaderList() function in JITLoaderList
22 JITLoaderList::~JITLoaderList() in ~JITLoaderList()
27 JITLoaderList::Append (const JITLoaderSP &jit_loader_sp) in Append()
34 JITLoaderList::Remove (const JITLoaderSP &jit_loader_sp) in Remove()
43 JITLoaderList::GetSize() const in GetSize()
49 JITLoaderList::GetLoaderAtIndex (size_t idx) in GetLoaderAtIndex()
56 JITLoaderList::DidLaunch() in DidLaunch()
64 JITLoaderList::DidAttach() in DidAttach()
72 JITLoaderList::ModulesDidLoad(ModuleList &module_list) in ModulesDidLoad()
HDJITLoader.cpp20 JITLoader::LoadPlugins (Process *process, JITLoaderList &list) in LoadPlugins()
HDProcess.cpp3329 JITLoaderList &
3334 m_jit_loaders_ap.reset(new JITLoaderList()); in GetJITLoaders()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDJITLoaderList.h25 class JITLoaderList
29 JITLoaderList();
30 ~JITLoaderList();
HDJITLoader.h46 LoadPlugins (Process *process, lldb_private::JITLoaderList &list);
HDProcess.h1157 virtual JITLoaderList &
/NextBSD/lib/clang/liblldbTarget/
HDMakefile17 JITLoaderList.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h116 class JITLoaderList; variable
332 typedef std::unique_ptr<lldb_private::JITLoaderList> JITLoaderListUP;