Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DDebugTypes.h41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
DDebugTypes.cpp152 : TpiSource(ctx, UsingPCH, f), precompDependency(precomp) {} in UsePrecompSource()