Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1782 IRBuilder<> IRBIf(Term); in poisonStack() local
1783 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1787 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in poisonStack()
1797 IRBIf.SetInsertPoint(Term); in poisonStack()
1798 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
1800 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in poisonStack()