Lines Matching defs:IRB

702   CallInst *createRuntimeCall(IRBuilder<> &IRB, FunctionCallee Callee,  in createRuntimeCall()
1095 IRBuilder<> IRB(InstBefore); in unpoisonDynamicAllocasBeforeInst() local
1314 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
1333 InstrumentationIRBuilder IRB(MI); in instrumentMemIntrinsic() local
1581 IRBuilder<> IRB(I); in instrumentPointerComparisonOrSubtraction() local
1652 [&](IRBuilderBase &IRB, Value *Index) { in instrumentMaskedLoadOrStore()
1747 InstrumentationIRBuilder IRB(InsertBefore); in generateCrashCode() local
1770 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp()
1799 IRBuilder<> IRB(InsertBefore); in instrumentAMDGPUAddress() local
1810 Instruction *AddressSanitizer::genAMDGPUReportBlock(IRBuilder<> &IRB, in genAMDGPUReportBlock()
1848 InstrumentationIRBuilder IRB(InsertBefore); in instrumentAddress() local
1931 InstrumentationIRBuilder IRB(InsertBefore); in instrumentUnusualSizeOrAlignment() local
1959 IRBuilder<> IRB(&GlobalInit.front(), in poisonOneInitializer() local
2198 IRBuilder<> IRB(*C); in initializeCallbacks() local
2295 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in InstrumentGlobalsCOFF()
2328 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in instrumentGlobalsELF()
2397 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in InstrumentGlobalsMachO()
2457 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, in InstrumentGlobalsWithMetadataArray()
2493 void ModuleAddressSanitizer::instrumentGlobals(IRBuilder<> &IRB, Module &M, in instrumentGlobals()
2753 IRBuilder<> IRB(AsanCtorFunction->getEntryBlock().getTerminator()); in instrumentModule() local
2756 IRBuilder<> IRB(*C); in instrumentModule() local
2786 IRBuilder<> IRB(*C); in initializeCallbacks() local
2872 IRBuilder<> IRB(&F.front(), F.front().begin()); in maybeInsertAsanInitAtFunctionEntry() local
2884 IRBuilder<> IRB(&F.front().front()); in maybeInsertDynamicShadowAtFunctionEntry() local
3072 IRBuilder<> IRB(CI); in instrumentFunction() local
3104 IRBuilder<> IRB(*C); in initializeCallbacks() local
3145 IRBuilder<> &IRB, in copyToShadowInline()
3197 IRBuilder<> &IRB, Value *ShadowBase) { in copyToShadow()
3204 IRBuilder<> &IRB, Value *ShadowBase) { in copyToShadow()
3250 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas() local
3271 PHINode *FunctionStackPoisoner::createPHI(IRBuilder<> &IRB, Value *Cond, in createPHI()
3284 IRBuilder<> &IRB, const ASanStackFrameLayout &L, bool Dynamic) { in createAllocaForLayout()
3303 IRBuilder<> IRB(dyn_cast<Instruction>(FirstBB.begin())); in createDynamicAllocasInitStorage() local
3322 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas() local
3402 IRBuilder<> IRB(InsBefore); in processStaticAllocas() local
3609 IRBuilder<> IRB(APC.InsBefore); in processStaticAllocas() local
3677 IRBuilder<> &IRB, bool DoPoison) { in poisonAlloca()
3695 IRBuilder<> IRB(AI); in handleDynamicAllocaCall() local