Searched refs:pchSignature (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp353 uint32_t pchSignature = file->pchSignature.getValueOr(0); local
354 if (pchSignature == 0)
363 auto r = registerPrecompiledHeaders(pchSignature);
415 objectIndexMap->tpiMap, types, hashes, file->pchSignature))
421 file->pchSignature))
567 if (f->pchSignature.hasValue() &&
568 f->pchSignature.getValue() == precompSignature &&
H A DInputFiles.h195 llvm::Optional<uint32_t> pchSignature; member in class:lld::coff::ObjFile
H A DInputFiles.cpp741 pchSignature = objName.Signature;

Completed in 339 milliseconds