Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp38 class TypeServerIpiSource;
72 TypeServerIpiSource *ipiSrc = nullptr;
80 class TypeServerIpiSource : public TpiSource { class
82 explicit TypeServerIpiSource() : TpiSource(PDBIpi, nullptr) {} in TypeServerIpiSource() function in __anon8764634b0111::TypeServerIpiSource
198 tpiSource->ipiSrc = make<TypeServerIpiSource>(); in makeTypeServerSource()