Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h314 std::string ModuleNameHash = ""; variable
607 const std::string &getModuleNameHash() const { return ModuleNameHash; } in getModuleNameHash()
DCodeGenModule.cpp208 ModuleNameHash = (Twine(".__uniq.") + in CodeGenModule()