Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp122 class PrecompSource : public TpiSource { class
124 PrecompSource(ObjFile *f) : TpiSource(PCH, f) { in PrecompSource() function in __anon52f84ec80111::PrecompSource
138 static std::map<uint32_t, PrecompSource *> mappings;
212 return make<PrecompSource>(file); in makePrecompSource()
222 std::map<uint32_t, PrecompSource *> PrecompSource::mappings;
476 for (auto kv : PrecompSource::mappings) { in findObjByName()
495 if (it != PrecompSource::mappings.end()) { in findPrecompSource()
532 PrecompSource *precompSrc = *e; in mergeInPrecompHeaderObj()
563 return PrecompSource::mappings.size(); in countPrecompObjs()
571 PrecompSource::mappings.clear(); in clear()
[all …]