Home
last modified time | relevance | path

Searched refs:CleanupBits (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.h99 CleanupBitFields CleanupBits; member
294 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
295 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
296 CleanupBits.IsActive = true; in EHCleanupScope()
297 CleanupBits.IsLifetimeMarker = false; in EHCleanupScope()
299 CleanupBits.TestFlagInEHCleanup = false; in EHCleanupScope()
300 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()
333 CleanupBits.TestFlagInNormalCleanup = true; in setTestFlagInNormalCleanup()
336 return CleanupBits.TestFlagInNormalCleanup; in shouldTestFlagInNormalCleanup()
340 CleanupBits.TestFlagInEHCleanup = true; in setTestFlagInEHCleanup()
[all …]