Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h779 uint64_t getDataSize(const FuncRecordTy *Record) { in getDataSize() function
805 return {MappingBuf, size_t(getDataSize<FuncRecordTy, Endian>(Record))}; in getCoverageMappingOutOfLine()
813 return {MappingBuf + getDataSize<FuncRecordTy, Endian>(Record), Record + 1}; in advanceByOneOutOfLine()
833 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize() function
834 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize()
883 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize() function
884 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize()
927 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize() function
928 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize()
950 return StringRef(&CoverageMapping, getDataSize<Endian>()); in getCoverageMapping()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSlicingCheck.cpp126 DerivedLayout.getDataSize() - BaseLayout.getDataSize(); in check()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h40 llvm::Optional<size_t> getDataSize() const;
102 size_t getDataSize() const { return Data.size(); } in getDataSize() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp96 Optional<size_t> InstrProfCorrelator::getDataSize() const { in getDataSize() function in InstrProfCorrelator
98 return C->getDataSize(); in getDataSize()
100 return C->getDataSize(); in getDataSize()
H A DInstrProfReader.cpp428 DataEnd = Data + Correlator->getDataSize(); in readHeader()
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp817 CharUnits getDataSize() const { in getDataSize() function in __anon0138ef250111::ItaniumRecordLayoutBuilder
1283 Offset = getDataSize().alignTo(AlignTo); in LayoutBase()
1293 if (InferAlignment && Offset < getDataSize().alignTo(AlignTo)) { in LayoutBase()
1305 setSize(std::max(getSize(), getDataSize())); in LayoutBase()
1431 setDataSize(SL.getDataSize()); in Layout()
1432 setSize(getDataSize()); in Layout()
1928 std::max(Layout.getNonVirtualSize(), Layout.getDataSize()); in LayoutField()
2068 getDataSize() != CharUnits::Zero()) in LayoutField()
2069 FieldOffset = getDataSize().alignTo(AlignTo); in LayoutField()
3662 OS << ", dsize=" << Layout.getDataSize().getQuantity(); in DumpRecordLayout()
[all …]
H A DASTContext.cpp1856 Info.Width = layout.getDataSize(); in getTypeInfoDataSizeInChars()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecordLayout.h206 CharUnits getDataSize() const { return DataSize; } in getDataSize() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp360 Context.getASTRecordLayout(BaseRD).getDataSize().getQuantity(); in getBaseTypeInfoHelper()
H A DCGObjCMac.cpp6456 InstanceSize = RL.getDataSize().getQuantity(); in GetClassSizeInfo()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2572 OS << "Found " << Correlator->getDataSize() << " functions\n"; in showDebugInfoCorrelation()