Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp149 : JITLoader(process), m_jit_objects(), in JITLoaderGDB()
339 m_jit_objects.insert(std::make_pair(symbolfile_addr, module_sp)); in ReadJITDescriptorImpl()
374 JITObjectMap::iterator it = m_jit_objects.find(symbolfile_addr); in ReadJITDescriptorImpl()
375 if (it != m_jit_objects.end()) { in ReadJITDescriptorImpl()
391 m_jit_objects.erase(it); in ReadJITDescriptorImpl()
H A DJITLoaderGDB.h72 JITObjectMap m_jit_objects; variable