Home
last modified time | relevance | path

Searched refs:m_jit_objects (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp149 : JITLoader(process), m_jit_objects(), in JITLoaderGDB()
340 m_jit_objects.insert(std::make_pair(symbolfile_addr, module_sp)); in ReadJITDescriptorImpl()
375 JITObjectMap::iterator it = m_jit_objects.find(symbolfile_addr); in ReadJITDescriptorImpl()
376 if (it != m_jit_objects.end()) { in ReadJITDescriptorImpl()
392 m_jit_objects.erase(it); in ReadJITDescriptorImpl()
HDJITLoaderGDB.h74 JITObjectMap m_jit_objects; variable