Searched refs:kAsanGenPrefix (Results 1 – 2 of 2) sorted by relevance
111 static const char *const kAsanGenPrefix = "__asan_gen_"; variable846 GlobalValue::PrivateLinkage, StrConst, kAsanGenPrefix); in createPrivateGlobalForString()863 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()871 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
156 static const char *const kAsanGenPrefix = "___asan_gen_"; variable1111 GlobalValue::PrivateLinkage, StrConst, kAsanGenPrefix); in createPrivateGlobalForString()1128 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()1136 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()1822 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()