Home
last modified time | relevance | path

Searched refs:SecStartEnd (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp284 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
285 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
286 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
419 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in runOnModule() local
423 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in runOnModule()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp281 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
282 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
283 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
416 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in runOnModule() local
420 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in runOnModule()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp272 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
273 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
274 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
396 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in runOnModule() local
401 {IRB.CreatePointerCast(SecStartEnd.first, IntptrPtrTy), in runOnModule()
402 IRB.CreatePointerCast(SecStartEnd.second, IntptrPtrTy)}); in runOnModule()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp330 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
331 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
332 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
466 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
470 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp330 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
331 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
332 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
466 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
470 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp330 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
331 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
332 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
466 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
470 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp362 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp368 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
369 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
370 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
520 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, PcAddrPtrTy); in instrumentModule() local
524 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp362 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp354 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
355 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
356 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
496 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
500 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp365 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
366 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
367 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
510 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
514 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp362 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp362 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp362 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/security/afl++/AFLplusplus-3.14c/instrumentation/
H A DSanitizerCoveragePCGUARD.so.cc338 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty);
339 auto SecStart = SecStartEnd.first;
340 auto SecEnd = SecStartEnd.second;
530 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy);
534 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second});
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp364 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
365 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
366 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
506 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
510 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp354 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
355 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
356 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
496 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrPtrTy); in instrumentModule() local
500 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp362 auto SecStartEnd = CreateSecStartEnd(M, Section, Ty); in CreateInitCallsForSections() local
363 auto SecStart = SecStartEnd.first; in CreateInitCallsForSections()
364 auto SecEnd = SecStartEnd.second; in CreateInitCallsForSections()
504 auto SecStartEnd = CreateSecStartEnd(M, SanCovPCsSectionName, IntptrTy); in instrumentModule() local
508 IRBCtor.CreateCall(InitFunction, {SecStartEnd.first, SecStartEnd.second}); in instrumentModule()