Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp126 : JITLoader(process), m_jit_objects(), in JITLoaderGDB()
323 m_jit_objects.insert(std::make_pair(symbolfile_addr, module_sp)); in ReadJITDescriptorImpl()
360 JITObjectMap::iterator it = m_jit_objects.find(symbolfile_addr); in ReadJITDescriptorImpl()
361 if (it != m_jit_objects.end()) { in ReadJITDescriptorImpl()
377 m_jit_objects.erase(it); in ReadJITDescriptorImpl()
H A DJITLoaderGDB.h81 JITObjectMap m_jit_objects; variable