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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp32 // The TypeServerSource class represents a PDB type server, a file referenced by
36 // TypeServerSource object is then queued and loaded by the COFF Driver. The
39 class TypeServerSource : public TpiSource { class in namespace:__anon2669
41 explicit TypeServerSource(PDBInputFile *f) function in class:__anon2669::TypeServerSource
63 static std::map<codeview::GUID, TypeServerSource *> mappings;
67 // PDB type server (see TypeServerSource).
137 return make<TypeServerSource>(pdbInputFile);
158 std::map<codeview::GUID, TypeServerSource *> TypeServerSource::mappings;
255 Expected<const CVIndexMap *> TypeServerSource
[all...]

Completed in 34 milliseconds