Home
last modified time | relevance | path

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

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