Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp38 class TypeServerIpiSource;
73 TypeServerIpiSource *ipiSrc = nullptr;
84 class TypeServerIpiSource : public TpiSource { class
86 explicit TypeServerIpiSource() : TpiSource(PDBIpi, nullptr) {} in TypeServerIpiSource() function in __anon52f84ec80111::TypeServerIpiSource
202 tpiSource->ipiSrc = make<TypeServerIpiSource>(); in makeTypeServerSource()