Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h339 size_t getAllocatedSize() const {
585 Size = static_cast<const EHCleanupScope *>(get())->getAllocatedSize();
H A DCGCleanup.cpp200 deallocate(Cleanup.getAllocatedSize()); in popCleanup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6285 virtual std::optional<TypeSize> getAllocatedSize() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12665 std::optional<TypeSize> getAllocatedSize() const override { in getAllocatedSize() function
12761 auto FixedAllocatedSizeInBits = getAllocatedSize()->getFixedValue(); in manifest()