Home
last modified time | relevance | path

Searched refs:LifetimeLoc (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.cpp3177 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3178 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3179 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3046 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3047 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3048 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3176 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3177 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3178 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3046 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3047 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3048 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3174 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3175 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3176 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3176 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3177 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3178 if (unsigned Line = LifetimeLoc->getLine()) 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.cpp3046 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3047 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3048 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3170 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3171 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3172 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3023 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3024 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3025 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2932 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
2933 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
2934 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2895 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) {
2896 if (LifetimeLoc->getFile() == FnLoc->getFile())
2897 if (unsigned Line = LifetimeLoc->getLine())
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3279 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3280 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3281 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3279 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3280 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3281 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3279 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3280 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3281 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3346 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3347 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3348 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3279 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3280 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3281 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3279 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas() local
3280 if (LifetimeLoc->getFile() == FnLoc->getFile()) in processStaticAllocas()
3281 if (unsigned Line = LifetimeLoc->getLine()) in processStaticAllocas()