Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DCOFFLinkerContext.h48 std::map<uint32_t, TpiSource *> precompSourceMappings; variable
H A DDebugTypes.cpp473 for (auto kv : ctx.precompSourceMappings) { in findObjByName()
492 auto it = ctx.precompSourceMappings.find(pr.getSignature()); in findPrecompSource()
493 if (it != ctx.precompSourceMappings.end()) { in findPrecompSource()
571 auto it = ctx.precompSourceMappings.emplace(*file->pchSignature, this); in registerMapping()
H A DPDB.cpp1246 print(ctx.precompSourceMappings.size(), "Precomp OBJ dependencies"); in printStats()