Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp47 class TypeServerSource : public TpiSource { class
49 explicit TypeServerSource(PDBInputFile *f) in TypeServerSource() function in __anon52f84ec80111::TypeServerSource
88 friend class TypeServerSource;
220 std::map<codeview::GUID, TypeServerSource *> TypeServerSource::mappings;
421 TypeServerSource *tsSrc; in getTypeServerSource()
422 auto it = TypeServerSource::mappings.find(tsId); in getTypeServerSource()
423 if (it != TypeServerSource::mappings.end()) { in getTypeServerSource()
559 return TypeServerSource::mappings.size(); in countTypeServerPDBs()
570 TypeServerSource::mappings.clear(); in clear()
743 void TypeServerSource::loadGHashes() { in loadGHashes()
[all …]