Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDebugTypes.cpp121 if (!f->pchSignature || !*f->pchSignature) in PrecompSource()
124 auto it = mappings.emplace(*f->pchSignature, this); in PrecompSource()
326 m->idTable, m->typeTable, indexMapStorage, types, file->pchSignature)) in mergeDebugT()
506 if (pr.getSignature() != file->pchSignature) in findPrecompMap()
511 if (pr.getSignature() != *precomp->file->pchSignature) in findPrecompMap()
DInputFiles.h202 llvm::Optional<uint32_t> pchSignature; variable
DInputFiles.cpp764 pchSignature = objName.Signature; in initializeFlags()