Searched refs:FunctionGuardArray (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | SanitizerCoveragePCGUARD.so.cc | 189 GlobalVariable *FunctionGuardArray; // for trace-pc-guard. member in __anon36fe0e430111::ModuleSanitizerCoverageAFL 354 FunctionGuardArray = nullptr; in instrumentModule() 434 if (FunctionGuardArray) in instrumentModule() 724 FunctionGuardArray = CreateFunctionLocalArrayInSection( in CreateFunctionLocalArrays() 823 if (!FunctionGuardArray) { in InjectCoverage() 834 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 857 if (!FunctionGuardArray) { in InjectCoverage() 868 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 876 IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverage() 902 if (!FunctionGuardArray) { in InjectCoverage() [all …]
|
H A D | SanitizerCoverageLTO.so.cc | 232 GlobalVariable *FunctionGuardArray; // for trace-pc-guard. member in __anonbc961d2c0111::ModuleSanitizerCoverageLTO 393 FunctionGuardArray = nullptr; in instrumentModule() 1554 FunctionGuardArray = CreateFunctionLocalArrayInSection( in CreateFunctionLocalArrays()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 245 GlobalVariable *FunctionGuardArray; // for trace-pc-guard. member in __anon802d41100111::ModuleSanitizerCoverage 368 FunctionGuardArray = nullptr; in instrumentModule() 457 if (FunctionGuardArray) in instrumentModule() 698 FunctionGuardArray = CreateFunctionLocalArrayInSection( in CreateFunctionLocalArrays() 873 IRB.CreateAdd(IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverageAtBlock()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 279 GlobalVariable *FunctionGuardArray; // for trace-pc-guard. member in __anonc0f75e160111::ModuleSanitizerCoverage 394 FunctionGuardArray = nullptr; in instrumentModule() 503 if (FunctionGuardArray) in instrumentModule() 774 FunctionGuardArray = CreateFunctionLocalArrayInSection( in CreateFunctionLocalArrays() 985 IRB.CreateAdd(IRB.CreatePointerCast(FunctionGuardArray, IntptrTy), in InjectCoverageAtBlock()
|