Searched refs:getModuleHash (Results 1 – 4 of 4) sorted by relevance
162 std::string getModuleHash() const;
22 unsigned getModuleHash(DIDescriptor DID, const std::string &baseDir, StringRef extraField="") { in getModuleHash() function88 … stm << Var.getName().data() << "." << getModuleHash(Var, baseDir, funcName) << countStr.data(); in getGVSourceName()145 stm << Func.getName().data() << "." << getModuleHash(Func, baseDir); in getFunctionSourceName()
338 getInvocation().getModuleHash()); in createPreprocessor()913 assert(ImportingInstance.getInvocation().getModuleHash() == in compileModuleImpl()914 Invocation->getModuleHash() && "Module hash mismatch!"); in compileModuleImpl()
1936 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation