Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h146 std::string getUniqueGlobalName(const std::string &baseName);
H A DCIRGenModule.cpp1158 std::string CIRGenModule::getUniqueGlobalName(const std::string &baseName) { in getUniqueGlobalName() function in CIRGenModule
1198 std::string uniqueName = getUniqueGlobalName(name.str()); in getGlobalForStringLiteral()