Searched defs:CtorFunc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp154 Function *CtorFunc = local
157 ReturnInst::Create(*C, BasicBlock::Create(*C, "", CtorFunc));
158 appendToGlobalCtors(M, CtorFunc, kSanCtorAndDtorPriority);
241 IRB.SetInsertPoint(CtorFunc->getEntryBlock().getTerminator());
H A DAddressSanitizer.cpp1380 Function *CtorFunc = M.getFunction(kAsanModuleCtorName); local
1381 assert(CtorFunc);
1382 IRBuilder<> IRB(CtorFunc->getEntryBlock().getTerminator());

Completed in 72 milliseconds