Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
H A DDebugTypes.cpp110 : TpiSource(ctx, UsingPDB, f), typeServerDependency(ts) {} in UseTypeServerSource()