Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp126 class PrecompSource : public TpiSource { class
128 PrecompSource(COFFLinkerContext &ctx, ObjFile *f) : TpiSource(ctx, PCH, f) { in PrecompSource() function in __anon08affc140111::PrecompSource
163 PrecompSource *findObjByName(StringRef fileNameOnly);
164 PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr);
165 Expected<PrecompSource *> findPrecompMap(ObjFile *file, PrecompRecord &pr);
205 return make<PrecompSource>(ctx, file); in makePrecompSource()
476 PrecompSource *UsePrecompSource::findObjByName(StringRef fileNameOnly) { in findObjByName()
483 return (PrecompSource *)kv.second; in findObjByName()
488 PrecompSource *UsePrecompSource::findPrecompSource(ObjFile *file, in findPrecompSource()
498 return (PrecompSource *)it->second; in findPrecompSource()
[all …]