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

References

lib/Transforms/Instrumentation/AddressSanitizer.cpp
  914       : F(F), ASan(ASan), DIB(*F.getParent(), /*AllowUnresolved*/ false),
  915         C(ASan.C), IntptrTy(ASan.IntptrTy),
  915         C(ASan.C), IntptrTy(ASan.IntptrTy),
  916         IntptrPtrTy(PointerType::get(IntptrTy, 0)), Mapping(ASan.Mapping),
  918         EmptyInlineAsm(CallInst::Create(ASan.EmptyAsm)) {}