Searched refs:getDataSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h719 uint64_t getDataSize(const FuncRecordTy *Record) { function in namespace:llvm::coverage::accessors
745 return {MappingBuf, size_t(getDataSize<FuncRecordTy, Endian>(Record))};
753 return {MappingBuf + getDataSize<FuncRecordTy, Endian>(Record), Record + 1};
773 template <support::endianness Endian> uint64_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV1
774 return accessors::getDataSize<ThisT, Endian>(this);
823 template <support::endianness Endian> uint64_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV2
824 return accessors::getDataSize<ThisT, Endian>(this);
867 template <support::endianness Endian> uint64_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV3
868 return accessors::getDataSize<ThisT, Endian>(this);
890 return StringRef(&CoverageMapping, getDataSize<Endia
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h194 /// getDataSize() - Get the record data size, which is the record size
196 CharUnits getDataSize() const { function in class:clang::ASTRecordLayout
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp796 CharUnits getDataSize() const { function in class:__anon1597::ItaniumRecordLayoutBuilder
1224 Offset = getDataSize().alignTo(BaseAlign);
1234 if (InferAlignment && Offset < getDataSize().alignTo(BaseAlign)) {
1246 setSize(std::max(getSize(), getDataSize()));
1360 setDataSize(SL.getDataSize());
1361 setSize(getDataSize());
1754 : getDataSize();
1787 std::max(Layout.getNonVirtualSize(), Layout.getDataSize());
1871 getDataSize() != CharUnits::Zero())
1872 FieldOffset = getDataSize()
[all...]
H A DASTContext.cpp1788 sizeAndAlign.first = layout.getDataSize();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6506 InstanceSize = RL.getDataSize().getQuantity();

Completed in 256 milliseconds