Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h106 CleanupBitFields CleanupBits; member
284 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()
293 CleanupBits.IsNormalCleanup = isNormal; in EHCleanupScope()
294 CleanupBits.IsEHCleanup = isEH; in EHCleanupScope()
295 CleanupBits.IsActive = isActive; in EHCleanupScope()
296 CleanupBits.IsLifetimeMarker = false; in EHCleanupScope()
297 CleanupBits.TestFlagInNormalCleanup = false; in EHCleanupScope()
298 CleanupBits.TestFlagInEHCleanup = false; in EHCleanupScope()
299 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()
300 CleanupBits.FixupDepth = fixupDepth; in EHCleanupScope()
[all …]