Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1989 auto &sec_cs = m_sec_contribs[sec]; in GetCompilandId() local
1992 auto it = llvm::upper_bound(sec_cs, offset, pred_upper); in GetCompilandId()
1995 sec_cs.insert(it, {offset, size, comp_id}); in GetCompilandId()
2016 auto &sec_cs = m_sec_contribs[DataSection]; in GetCompilandId() local
2017 auto it = llvm::upper_bound(sec_cs, DataOffset, pred_upper); in GetCompilandId()
2018 if (it != sec_cs.begin()) { in GetCompilandId()