Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.h43 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
DDebugTypes.cpp82 explicit TypeServerIpiSource() : TpiSource(PDBIpi, nullptr) {} in TypeServerIpiSource()