reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
 2279     Type *RightRedZoneTy = ArrayType::get(IRB.getInt8Ty(), RightRedzoneSize);
 2316     Indices2[0] = IRB.getInt32(0);
 2317     Indices2[1] = IRB.getInt32(0);
 2333     Constant *ODRIndicator = ConstantExpr::getNullValue(IRB.getInt8PtrTy());
 2349                                                IRB.getInt8PtrTy());
 2354           new GlobalVariable(M, IRB.getInt8Ty(), false, Linkage,
 2355                              Constant::getNullValue(IRB.getInt8Ty()),
 2398     InstrumentGlobalsELF(IRB, M, NewGlobals, Initializers, ELFUniqueModuleId);
 2401     InstrumentGlobalsCOFF(IRB, M, NewGlobals, Initializers);
 2403     InstrumentGlobalsMachO(IRB, M, NewGlobals, Initializers);
 2405     InstrumentGlobalsWithMetadataArray(IRB, M, NewGlobals, Initializers);