Home
last modified time | relevance | path

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

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