Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp47 class TypeServerSource : public TpiSource { class
49 explicit TypeServerSource(PDBInputFile *f) in TypeServerSource() function in __anon8764634b0111::TypeServerSource
74 static std::map<codeview::GUID, TypeServerSource *> mappings;
84 friend class TypeServerSource;
97 Expected<TypeServerSource *> getTypeServerSource();
196 auto *tpiSource = make<TypeServerSource>(pdbInputFile); in makeTypeServerSource()
216 std::map<codeview::GUID, TypeServerSource *> TypeServerSource::mappings;
360 Error TypeServerSource::mergeDebugT(TypeMerger *m) { in mergeDebugT()
413 Expected<TypeServerSource *> UseTypeServerSource::getTypeServerSource() { in getTypeServerSource()
417 TypeServerSource *tsSrc; in getTypeServerSource()
[all …]