Searched refs:PrecompSource (Results 1 – 1 of 1) sorted by relevance
127 class PrecompSource : public TpiSource { class129 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource() function in __anon08affc140111::PrecompSource164 PrecompSource *findObjByName(StringRef fileNameOnly);165 PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr);166 Expected<PrecompSource *> findPrecompMap(ObjFile *file, PrecompRecord &pr);206 return make<PrecompSource>(ctx, file); in makePrecompSource()473 PrecompSource *UsePrecompSource::findObjByName(StringRef fileNameOnly) { in findObjByName()481 return (PrecompSource *)kv.second; in findObjByName()486 PrecompSource *UsePrecompSource::findPrecompSource(ObjFile *file, in findPrecompSource()496 return (PrecompSource *)it->second; in findPrecompSource()[all …]