Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp151 : JITLoader(process), m_jit_objects(), in JITLoaderGDB()
342 m_jit_objects.insert(std::make_pair(symbolfile_addr, module_sp)); in ReadJITDescriptorImpl()
377 JITObjectMap::iterator it = m_jit_objects.find(symbolfile_addr); in ReadJITDescriptorImpl()
378 if (it != m_jit_objects.end()) { in ReadJITDescriptorImpl()
394 m_jit_objects.erase(it); in ReadJITDescriptorImpl()
H A DJITLoaderGDB.h74 JITObjectMap m_jit_objects; variable