Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h282 size_t getAllocatedSize() const { in getAllocatedSize() function
521 Size = static_cast<const EHCleanupScope *>(get())->getAllocatedSize();
H A DCGCleanup.cpp229 deallocate(Cleanup.getAllocatedSize()); in popCleanup()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6294 virtual std::optional<TypeSize> getAllocatedSize() const = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12675 std::optional<TypeSize> getAllocatedSize() const override { in getAllocatedSize() function
12771 auto FixedAllocatedSizeInBits = getAllocatedSize()->getFixedValue(); in manifest()