Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h417 std::string uniqueName; in createVersionedGlobal() local
419 uniqueName = name.str() + "." + std::to_string(version); in createVersionedGlobal()
421 uniqueName = name.str(); in createVersionedGlobal()
423 return createGlobal(module, loc, uniqueName, type, linkage); in createVersionedGlobal()
H A DCIRGenModule.cpp1198 std::string uniqueName = getUniqueGlobalName(name.str()); in getGlobalForStringLiteral() local
1203 *this, uniqueName, alignment); in getGlobalForStringLiteral()