Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h314 std::string ModuleNameHash; variable
657 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash()
H A DCodeGenModule.cpp446 ModuleNameHash = llvm::getUniqueInternalLinkagePostfix(Path); in CodeGenModule()