Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2116 IRBuilder<> IRBIf(Term); in poisonStack() local
2117 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2121 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in poisonStack()
2131 IRBIf.SetInsertPoint(Term); in poisonStack()
2132 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2134 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in poisonStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2940 IRBuilder<> IRBIf(Term); in processStaticAllocas() local
2941 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2945 IRBIf.CreateCall(AsanStackMallocFunc[StackMallocIdx], in processStaticAllocas()
2955 IRBIf.SetInsertPoint(Term); in processStaticAllocas()
2956 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2958 DoDynamicAlloca ? createAllocaForLayout(IRBIf, L, true) : StaticAlloca; in processStaticAllocas()