Searched refs:PrecompSource (Results 1 – 1 of 1) sorted by relevance
122 class PrecompSource : public TpiSource { class124 PrecompSource(ObjFile *f) : TpiSource(PCH, f) { in PrecompSource() function in __anon52f84ec80111::PrecompSource138 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 …]