Home
last modified time | relevance | path

Searched refs:CreatePCArray (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dcoverage.test3 # FIXME: CreatePCArray() emits PLT stub addresses for entry blocks, which are ignored by TracePC::P…
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp233 GlobalVariable *CreatePCArray(Function &F, ArrayRef<BasicBlock *> AllBlocks);
715 ModuleSanitizerCoverage::CreatePCArray(Function &F, in CreatePCArray() function in ModuleSanitizerCoverage
756 FunctionPCsArray = CreatePCArray(F, AllBlocks); in CreateFunctionLocalArrays()