Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h657 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash() function
H A DCodeGenModule.cpp1834 return !CGM.getModuleNameHash().empty() && isa<FunctionDecl>(D) && in isUniqueInternalLinkageDecl()
1844 if (!CGM.getModuleNameHash().empty()) in getMangledNameImpl()
1879 Out << CGM.getModuleNameHash(); in getMangledNameImpl()