Home
last modified time | relevance | path

Searched refs:m_allocator (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h101 llvm::IntervalMap<lldb::addr_t, uint32_t>::Allocator m_allocator; variable
H A DPdbIndex.cpp32 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex()
H A DSymbolFileNativePDB.h225 llvm::BumpPtrAllocator m_allocator; variable
H A DSymbolFileNativePDB.cpp283 loadMatchingPDBFile(m_obj_file->GetFileSpec().GetPath(), m_allocator); in CalculateAbilities()
293 file_up = loadPDBFile(symfile.GetPath(), m_allocator); in CalculateAbilities()