Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp910 IntrinsicInst *InsBefore; member
3044 assert(APC.InsBefore); in processDynamicAllocas()
3049 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
3069 AddressSanitizer &ASan, Instruction &InsBefore, in findStoresToUninstrumentedArgAllocas() argument
3071 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
3128 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local
3129 IRBuilder<> IRB(InsBefore); in processStaticAllocas()
3134 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas()
3138 AI->moveBefore(InsBefore); in processStaticAllocas()
3145 findStoresToUninstrumentedArgAllocas(ASan, *InsBefore, ArgInitInsts); in processStaticAllocas()
[all …]