Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp245 GlobalVariable *FunctionPCsArray; // for pc-table. member in __anon623d6c7b0111::SanitizerCoverageModule
319 FunctionPCsArray = nullptr; in runOnModule()
625 FunctionPCsArray = CreatePCArray(F, AllBlocks); in CreateFunctionLocalArrays()