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.h359 std::string ModuleNameHash; variable
719 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash()
H A DCodeGenModule.cpp519 ModuleNameHash = llvm::getUniqueInternalLinkagePostfix(Path); in CodeGenModule()