Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp364 GlobalVariable *CalleeCache = new GlobalVariable( in InjectCoverageForIndirectCalls() local
367 CalleeCache->setAlignment(kCacheAlignment); in InjectCoverageForIndirectCalls()
370 IRB.CreatePointerCast(CalleeCache, IntptrTy)}); in InjectCoverageForIndirectCalls()