Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp127 class PrecompSource : public TpiSource { class
164 PrecompSource *findObjByName(StringRef fileNameOnly);
206 return make<PrecompSource>(ctx, file); in makePrecompSource()
481 return (PrecompSource *)kv.second; in findObjByName()
496 return (PrecompSource *)it->second; in findPrecompSource()
504 PrecompSource *precomp = findPrecompSource(file, pr); in findPrecompMap()
531 PrecompSource *precompSrc = *e; in mergeInPrecompHeaderObj()
557 Error PrecompSource::mergeDebugT(TypeMerger *m) { in mergeDebugT()
569 void PrecompSource::registerMapping() { in registerMapping()
837 void PrecompSource::loadGHashes() { in loadGHashes()
[all …]