Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h48 std::map<uint32_t, TpiSource *> precompSourceMappings; variable
H A DDebugTypes.cpp475 for (auto kv : ctx.precompSourceMappings) { in findObjByName()
494 auto it = ctx.precompSourceMappings.find(pr.getSignature()); in findPrecompSource()
495 if (it != ctx.precompSourceMappings.end()) { in findPrecompSource()
573 auto it = ctx.precompSourceMappings.emplace(*file->pchSignature, this); in registerMapping()
H A DPDB.cpp1258 print(ctx.precompSourceMappings.size(), "Precomp OBJ dependencies"); in printStats()