Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.h46 std::map<uint32_t, TpiSource *> precompSourceMappings; variable
H A DDebugTypes.cpp131 auto it = ctx.precompSourceMappings.emplace(*f->pchSignature, this); in PrecompSource()
461 for (auto kv : ctx.precompSourceMappings) { in findObjByName()
480 auto it = ctx.precompSourceMappings.find(pr.getSignature()); in findPrecompSource()
481 if (it != ctx.precompSourceMappings.end()) { in findPrecompSource()
H A DPDB.cpp1232 print(ctx.precompSourceMappings.size(), "Precomp OBJ dependencies"); in printStats()