Lines Matching refs:ObjFile
107 UseTypeServerSource(COFFLinkerContext &ctx, ObjFile *f, TypeServer2Record ts) in UseTypeServerSource()
127 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource()
146 UsePrecompSource(COFFLinkerContext &ctx, ObjFile *f, PrecompRecord precomp) in UsePrecompSource()
158 PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr);
159 Expected<PrecompSource *> findPrecompMap(ObjFile *file, PrecompRecord &pr);
168 TpiSource::TpiSource(COFFLinkerContext &ctx, TpiKind k, ObjFile *f) in TpiSource()
179 TpiSource *lld::coff::makeTpiSource(COFFLinkerContext &ctx, ObjFile *file) { in makeTpiSource()
193 ObjFile *file, in makeUseTypeServerSource()
198 TpiSource *lld::coff::makePrecompSource(COFFLinkerContext &ctx, ObjFile *file) { in makePrecompSource()
203 ObjFile *file, in makeUsePrecompSource()
282 static Optional<ArrayRef<uint8_t>> getDebugH(ObjFile *file) { in getDebugH()
472 PrecompSource *UsePrecompSource::findPrecompSource(ObjFile *file, in findPrecompSource()
488 Expected<PrecompSource *> UsePrecompSource::findPrecompMap(ObjFile *file, in findPrecompMap()