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.h73 std::map<uint32_t, TpiSource *> precompSourceMappings; variable
H A DDebugTypes.cpp477 for (auto kv : ctx.precompSourceMappings) { in findObjByName()
496 auto it = ctx.precompSourceMappings.find(pr.getSignature()); in findPrecompSource()
497 if (it != ctx.precompSourceMappings.end()) { in findPrecompSource()
575 auto it = ctx.precompSourceMappings.emplace(*file->pchSignature, this); in registerMapping()
H A DPDB.cpp1256 print(ctx.precompSourceMappings.size(), "Precomp OBJ dependencies"); in printStats()