Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h607 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash() function
H A DCodeGenModule.cpp1204 return !CGM.getModuleNameHash().empty() && isa<FunctionDecl>(D) && in isUniqueInternalLinkageDecl()
1214 if (!CGM.getModuleNameHash().empty()) in getMangledNameImpl()
1246 Out << CGM.getModuleNameHash(); in getMangledNameImpl()