Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp128 if (!f->pchSignature || !*f->pchSignature) in PrecompSource()
131 auto it = ctx.precompSourceMappings.emplace(*f->pchSignature, this); in PrecompSource()
314 m->idTable, m->typeTable, indexMapStorage, types, file->pchSignature)) in mergeDebugT()
497 if (pr.getSignature() != file->pchSignature) in findPrecompMap()
502 if (pr.getSignature() != *precomp->file->pchSignature) in findPrecompMap()
H A DInputFiles.h195 llvm::Optional<uint32_t> pchSignature; variable
H A DInputFiles.cpp737 pchSignature = objName.Signature; in initializeFlags()