Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h72 std::map<llvm::codeview::GUID, TpiSource *> typeServerSourceMappings; variable
H A DDebugTypes.cpp59 auto it = ctx.typeServerSourceMappings.emplace(Guid, this); in TypeServerSource()
421 auto it = ctx.typeServerSourceMappings.find(tsId); in getTypeServerSource()
422 if (it != ctx.typeServerSourceMappings.end()) { in getTypeServerSource()
H A DPDB.cpp1255 print(ctx.typeServerSourceMappings.size(), "PDB type server dependencies"); in printStats()