Home
last modified time | relevance | path

Searched refs:getModuleHash (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h162 std::string getModuleHash() const;
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp22 unsigned getModuleHash(DIDescriptor DID, const std::string &baseDir, StringRef extraField="") { in getModuleHash() function
88 … stm << Var.getName().data() << "." << getModuleHash(Var, baseDir, funcName) << countStr.data(); in getGVSourceName()
145 stm << Func.getName().data() << "." << getModuleHash(Func, baseDir); in getFunctionSourceName()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp338 getInvocation().getModuleHash()); in createPreprocessor()
913 assert(ImportingInstance.getInvocation().getModuleHash() == in compileModuleImpl()
914 Invocation->getModuleHash() && "Module hash mismatch!"); in compileModuleImpl()
H A DCompilerInvocation.cpp1936 std::string CompilerInvocation::getModuleHash() const { in getModuleHash() function in CompilerInvocation