Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2021 auto &sec_cs = m_sec_contribs[sec]; in GetCompilandId() local
2024 auto it = llvm::upper_bound(sec_cs, offset, pred_upper); in GetCompilandId()
2027 sec_cs.insert(it, {offset, size, comp_id}); in GetCompilandId()
2048 auto &sec_cs = m_sec_contribs[DataSection]; in GetCompilandId() local
2049 auto it = llvm::upper_bound(sec_cs, DataOffset, pred_upper); in GetCompilandId()
2050 if (it != sec_cs.begin()) { in GetCompilandId()