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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h92 uint32_t getDataSize() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp75 DataSize = getDataSize();
176 uint32_t DWARFDebugAddrTable::getDataSize() const { function in class:DWARFDebugAddrTable
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp795 CharUnits getDataSize() const { function in class:__anon265::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.cpp1830 sizeAndAlign.first = layout.getDataSize();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h702 template <support::endianness Endian> uint32_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV1
733 template <support::endianness Endian> uint32_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp514 uint32_t DataSize = CFR->template getDataSize<Endian>();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6480 InstanceSize = RL.getDataSize().getQuantity();

Completed in 229 milliseconds