Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp123 OffsetIndexMap.set_as(Stream, support::ulittle32_t(StreamNo), HashTraits); in set()
H A DPDBFileBuilder.cpp196 InjectedSourceTable.set_as(VName, std::move(Entry), in finalizeMsfLayout()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() function