We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62a9f1 commit b95bb08Copy full SHA for b95bb08
clang/lib/CodeGen/CodeGenModule.h
@@ -523,18 +523,18 @@ class CodeGenModule : public CodeGenTypeCache {
523
int GlobalUniqueCount;
524
} Block;
525
526
+ GlobalDecl initializedGlobalDecl;
527
+
528
+ /// @}
529
530
/// void @llvm.lifetime.start(i64 %size, i8* nocapture <ptr>)
531
llvm::Function *LifetimeStartFn = nullptr;
532
533
/// void @llvm.lifetime.end(i64 %size, i8* nocapture <ptr>)
534
llvm::Function *LifetimeEndFn = nullptr;
535
- GlobalDecl initializedGlobalDecl;
-
536
std::unique_ptr<SanitizerMetadata> SanitizerMD;
537
- /// @}
538
llvm::MapVector<const Decl *, bool> DeferredEmptyCoverageMappingDecls;
539
540
std::unique_ptr<CoverageMappingModuleGen> CoverageMapping;
0 commit comments