Searched refs:PrecompSource (Results 1 – 1 of 1) sorted by relevance
125 class PrecompSource : public TpiSource { class127 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource() function in __anon20ecf5eb0111::PrecompSource162 PrecompSource *findObjByName(StringRef fileNameOnly);163 PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr);164 Expected<PrecompSource *> findPrecompMap(ObjFile *file, PrecompRecord &pr);204 return make<PrecompSource>(ctx, file); in makePrecompSource()471 PrecompSource *UsePrecompSource::findObjByName(StringRef fileNameOnly) { in findObjByName()479 return (PrecompSource *)kv.second; in findObjByName()484 PrecompSource *UsePrecompSource::findPrecompSource(ObjFile *file, in findPrecompSource()494 return (PrecompSource *)it->second; in findPrecompSource()[all …]