Searched refs:getDataSize (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 1054 uint64_t getDataSize(const FuncRecordTy *Record) { in getDataSize() function 1080 return {MappingBuf, size_t(getDataSize<FuncRecordTy, Endian>(Record))}; in getCoverageMappingOutOfLine() 1088 return {MappingBuf + getDataSize<FuncRecordTy, Endian>(Record), Record + 1}; in advanceByOneOutOfLine() 1108 template <llvm::endianness Endian> uint64_t getDataSize() const { in getDataSize() function 1109 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 1159 template <llvm::endianness Endian> uint64_t getDataSize() const { in getDataSize() function 1160 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 1203 template <llvm::endianness Endian> uint64_t getDataSize() const { in getDataSize() function 1204 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize() 1226 return StringRef(&CoverageMapping, getDataSize<Endian>()); in getCoverageMapping() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 51 std::optional<size_t> getDataSize() const; 138 size_t getDataSize() const { return Data.size(); }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 817 CharUnits getDataSize() const { in getDataSize() function in __anonb9bd28ab0111::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() 1921 std::max(Layout.getNonVirtualSize(), Layout.getDataSize()); in LayoutField() 2075 getDataSize() != CharUnits::Zero()) in LayoutField() 2076 FieldOffset = getDataSize().alignTo(AlignTo); in LayoutField() 3724 OS << ", dsize=" << Layout.getDataSize().getQuantity(); in DumpRecordLayout() [all …]
|
| H A D | ASTContext.cpp | 1754 Info.Width = layout.getDataSize(); in getTypeInfoDataSizeInChars()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 151 std::optional<size_t> InstrProfCorrelator::getDataSize() const { in getDataSize() function in InstrProfCorrelator 153 return C->getDataSize(); in getDataSize() 155 return C->getDataSize(); in getDataSize()
|
| H A D | InstrProfReader.cpp | 610 DataEnd = Data + Correlator->getDataSize(); in readHeader()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTStructExtractor.cpp | 100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecordLayout.h | 206 CharUnits getDataSize() const { return DataSize; } in getDataSize() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 313 isNoUniqueAddress ? Layout.getDataSize() : Layout.getSize(); in lowerUnion() 371 Layout.getDataSize() % StorageAlignment) && in lowerUnion() 374 if (Layout.getDataSize() % StorageAlignment) in lowerUnion()
|
| H A D | CodeGenTBAA.cpp | 363 Context.getASTRecordLayout(BaseRD).getDataSize().getQuantity(); in getBaseTypeInfoHelper()
|
| H A D | CGObjCMac.cpp | 6423 InstanceSize = RL.getDataSize().getQuantity(); in GetClassSizeInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 3169 OS << "Found " << Correlator->getDataSize() << " functions\n"; in showDebugInfoCorrelation()
|