Home
last modified time | relevance | path

Searched refs:getModuleNameHash (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h618 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash() function
H A DCodeGenModule.cpp1360 return !CGM.getModuleNameHash().empty() && isa<FunctionDecl>(D) && in isUniqueInternalLinkageDecl()
1384 if (!CGM.getModuleNameHash().empty()) in getMangledNameImpl()
1416 Out << CGM.getModuleNameHash(); in getMangledNameImpl()