Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h73 unsigned CleanupSize : 12; variable
263 return sizeof(EHCleanupScope) + CleanupBits.CleanupSize; in getAllocatedSize()
277 CleanupBits.CleanupSize = cleanupSize; in EHCleanupScope()
280 assert(CleanupBits.CleanupSize == cleanupSize && "cleanup size overflow"); in EHCleanupScope()
320 size_t getCleanupSize() const { return CleanupBits.CleanupSize; } in getCleanupSize()