Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h627 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash() function
H A DCodeGenModule.cpp1395 return !CGM.getModuleNameHash().empty() && isa<FunctionDecl>(D) && in isUniqueInternalLinkageDecl()
1432 if (!CGM.getModuleNameHash().empty()) in getMangledNameImpl()
1464 Out << CGM.getModuleNameHash(); in getMangledNameImpl()