Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp76 DataSize = getDataSize(); in extract()
192 uint32_t DWARFDebugAddrTable::getDataSize() const { in getDataSize() function in DWARFDebugAddrTable
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h93 uint32_t getDataSize() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp781 CharUnits getDataSize() const { in getDataSize() function in __anon2b6abd440111::ItaniumRecordLayoutBuilder
1210 Offset = getDataSize().alignTo(BaseAlign); in LayoutBase()
1220 if (InferAlignment && Offset < getDataSize().alignTo(BaseAlign)) { in LayoutBase()
1232 setSize(std::max(getSize(), getDataSize())); in LayoutBase()
1346 setSize(SL.getDataSize()); in Layout()
1735 IsUnion ? CharUnits::Zero() : getDataSize(); in LayoutField()
3022 skipTailPadding ? Builder.getSize() : Builder.getDataSize(); in getASTRecordLayout()
3196 Builder.getDataSize(), in getObjCLayout()
3358 OS << ", dsize=" << Layout.getDataSize().getQuantity(); in DumpRecordLayout()
3393 OS << " DataSize:" << toBits(Info.getDataSize()) << "\n"; in DumpRecordLayout()
H A DASTContext.cpp1664 sizeAndAlign.first = layout.getDataSize(); in getTypeInfoDataSizeInChars()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp101 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h197 CharUnits getDataSize() const { in getDataSize() function
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h689 template <support::endianness Endian> uint32_t getDataSize() const { in getDataSize() function
720 template <support::endianness Endian> uint32_t getDataSize() const { in getDataSize() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp505 uint32_t DataSize = CFR->template getDataSize<Endian>(); in readFunctionRecords()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp6268 InstanceSize = RL.getDataSize().getQuantity(); in GetClassSizeInfo()