Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDCOFFLinkerContext.h48 std::map<uint32_t, TpiSource *> precompSourceMappings; variable
HDDebugTypes.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()
HDPDB.cpp1258 print(ctx.precompSourceMappings.size(), "Precomp OBJ dependencies"); in printStats()