Home
last modified time | relevance | path

Searched refs:TpiKind (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 }; enum
43 TpiSource(COFFLinkerContext &ctx, TpiKind k, ObjFile *f);
112 const TpiKind kind;
H A DDebugTypes.cpp175 TpiSource::TpiSource(COFFLinkerContext &ctx, TpiKind k, ObjFile *f) in TpiSource()