Home
last modified time | relevance | path

Searched defs:PCH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h53 PCH = 0x1, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h438 void setPCHDescriptor(ASTSourceDescriptor PCH) { PCHDescriptor = PCH; } in setPCHDescriptor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5240 static ASTFileSignature readASTFileSignature(StringRef PCH) { in readASTFileSignature()