@@ -2816,11 +2816,6 @@ class CodeGenFunction : public CodeGenTypeCache {
28162816 void emitStoresForInitAfterBZero (llvm::Constant *Init, Address Loc,
28172817 bool isVolatile, bool IsAutoInit);
28182818
2819- // / Returns debug info, with additional annotation if enabled by
2820- // / CGM.getCodeGenOpts().SanitizeAnnotateDebugInfo[CheckKindOrdinal].
2821- llvm::DILocation *
2822- SanitizerAnnotateDebugInfo (SanitizerKind::SanitizerOrdinal CheckKindOrdinal);
2823-
28242819public:
28252820 // Captures all the allocas created during the scope of its RAII object.
28262821 struct AllocaTrackerRAII {
@@ -3358,11 +3353,6 @@ class CodeGenFunction : public CodeGenTypeCache {
33583353 SanitizerSet SkippedChecks = SanitizerSet(),
33593354 llvm::Value *ArraySize = nullptr);
33603355
3361- // / Returns debug info, with additional annotation if enabled by
3362- // / CGM.getCodeGenOpts().SanitizeAnnotateDebugInfo[CheckKindOrdinal].
3363- llvm::DILocation *
3364- SanitizerAnnotateDebugInfo (SanitizerKind::SanitizerOrdinal CheckKindOrdinal);
3365-
33663356 // / Converts the CFITypeCheckKind into SanitizerKind::SanitizerOrdinal and
33673357 // / llvm::SanitizerStatKind.
33683358 static std::pair<SanitizerKind::SanitizerOrdinal, llvm::SanitizerStatKind>
@@ -3377,6 +3367,11 @@ class CodeGenFunction : public CodeGenTypeCache {
33773367 llvm::Value *Index, QualType IndexType,
33783368 QualType IndexedType, bool Accessed);
33793369
3370+ // / Returns debug info, with additional annotation if enabled by
3371+ // / CGM.getCodeGenOpts().SanitizeAnnotateDebugInfo[CheckKindOrdinal].
3372+ llvm::DILocation *
3373+ SanitizerAnnotateDebugInfo (SanitizerKind::SanitizerOrdinal CheckKindOrdinal);
3374+
33803375 llvm::Value *GetCountedByFieldExprGEP (const Expr *Base, const FieldDecl *FD,
33813376 const FieldDecl *CountDecl);
33823377
0 commit comments