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

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

Completed in 81 milliseconds