Home
last modified time | relevance | path

Searched refs:TpiKind (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 }; enum
45 TpiSource(TpiKind k, ObjFile *f);
136 const TpiKind kind;
DDebugTypes.cpp163 TpiSource::TpiSource(TpiKind k, ObjFile *f) in TpiSource()