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.h343 size_t getAllocatedSize() const {
593 Size = static_cast<const EHCleanupScope *>(get())->getAllocatedSize();
H A DCGCleanup.cpp207 deallocate(Cleanup.getAllocatedSize()); in popCleanup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6482 virtual std::optional<TypeSize> getAllocatedSize() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp13347 std::optional<TypeSize> getAllocatedSize() const override { in getAllocatedSize() function
13443 auto FixedAllocatedSizeInBits = getAllocatedSize()->getFixedValue(); in manifest()