Home
last modified time | relevance | path

Searched refs:kAsanGenPrefix (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp161 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1264 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1271 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1283 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2025 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2309 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2322 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3285 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp158 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1254 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1261 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1273 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
1992 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2255 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2269 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3144 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp160 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1253 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1260 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1272 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2005 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2305 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2318 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3284 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp158 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1254 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1261 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1273 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
1992 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2255 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2269 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3144 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp157 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1260 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1267 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1279 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2023 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2305 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2318 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3282 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp160 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1253 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1260 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1272 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2007 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2305 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2318 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3284 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp158 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1254 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1261 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1273 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
1992 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2255 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2269 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3144 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp156 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1256 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1263 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1275 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2019 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2301 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2314 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3278 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp155 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1238 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1245 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1257 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
1968 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2231 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2245 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3126 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp157 static const char *const kAsanGenPrefix = "___asan_gen_"; variable
1124 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1131 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1143 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
1849 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2112 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2124 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3036 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp153 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1309 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1316 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1328 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2091 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2390 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2403 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3399 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp153 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1309 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1316 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1328 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2091 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2390 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2403 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3399 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp153 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1309 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1316 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1328 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2091 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2390 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2403 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3399 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp153 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1365 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1372 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1384 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2158 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2456 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2469 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3466 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp153 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1309 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1316 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1328 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2091 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2390 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2403 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3399 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp153 const char kAsanGenPrefix[] = "___asan_gen_"; variable
1309 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
1316 kAsanGenPrefix); in createPrivateGlobalForSourceLoc()
1328 if (G->getName().startswith(kAsanGenPrefix) || in GlobalWasGeneratedByCompiler()
2091 G->setName(Twine(kAsanGenPrefix) + "_anon_global"); in SetComdatForGlobalMetadata()
2390 M, M.getModuleIdentifier(), /*AllowMerging*/ false, kAsanGenPrefix); in InstrumentGlobals()
2403 /*AllowMerging*/ true, kAsanGenPrefix); in InstrumentGlobals()
3399 /*AllowMerging*/ true, kAsanGenPrefix); in processStaticAllocas()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp156 static const char *const kAsanGenPrefix = "___asan_gen_";
1111 GlobalValue::PrivateLinkage, StrConst, kAsanGenPrefix);
1128 kAsanGenPrefix);
1136 if (G->getName().startswith(kAsanGenPrefix) ||
1822 G->setName(Twine(kAsanGenPrefix) + "_anon_global");