Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp49 class TypeServerSource : public TpiSource { class
93 friend class TypeServerSource;
106 Expected<TypeServerSource *> getTypeServerSource();
193 auto *tpiSource = make<TypeServerSource>(ctx, pdbInputFile); in makeTypeServerSource()
360 Error TypeServerSource::mergeDebugT(TypeMerger *m) { in mergeDebugT()
417 TypeServerSource *tsSrc = nullptr; in getTypeServerSource()
420 tsSrc = (TypeServerSource *)it->second; in getTypeServerSource()
434 tsSrc = (TypeServerSource *)pdb->debugTypesObj; in getTypeServerSource()
750 void TypeServerSource::loadGHashes() { in loadGHashes()
791 void TypeServerSource::remapTpiWithGHashes(GHashState *g) { in remapTpiWithGHashes()
[all …]