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

/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h45 std::optional<size_t> getDataSize() const;
125 size_t getDataSize() const { return Data.size(); } function in class:llvm::InstrProfCorrelatorImpl
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h791 uint64_t getDataSize(const FuncRecordTy *Record) { function in namespace:llvm::coverage::accessors
817 return {MappingBuf, size_t(getDataSize<FuncRecordTy, Endian>(Record))};
825 return {MappingBuf + getDataSize<FuncRecordTy, Endian>(Record), Record + 1};
845 template <support::endianness Endian> uint64_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV1
846 return accessors::getDataSize<ThisT, Endian>(this);
895 template <support::endianness Endian> uint64_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV2
896 return accessors::getDataSize<ThisT, Endian>(this);
939 template <support::endianness Endian> uint64_t getDataSize() const { function in struct:llvm::coverage::CovMapFunctionRecordV3
940 return accessors::getDataSize<ThisT, Endian>(this);
962 return StringRef(&CoverageMapping, getDataSize<Endia
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp97 std::optional<size_t> InstrProfCorrelator::getDataSize() const { function in class:InstrProfCorrelator
99 return C->getDataSize();
101 return C->getDataSize();
H A DInstrProfReader.cpp513 DataEnd = Data + Correlator->getDataSize();
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h204 /// getDataSize() - Get the record data size, which is the record size
206 CharUnits getDataSize() const { return DataSize; } function in class:clang::ASTRecordLayout
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset;
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp817 CharUnits getDataSize() const { function in class:__anon317::ItaniumRecordLayoutBuilder
1283 Offset = getDataSize().alignTo(AlignTo);
1293 if (InferAlignment && Offset < getDataSize().alignTo(AlignTo)) {
1305 setSize(std::max(getSize(), getDataSize()));
1431 setDataSize(SL.getDataSize());
1432 setSize(getDataSize());
1861 (IsUnion || IsOverlappingEmptyField) ? CharUnits::Zero() : getDataSize();
1922 std::max(Layout.getNonVirtualSize(), Layout.getDataSize());
2076 getDataSize() != CharUnits::Zero())
2077 FieldOffset = getDataSize()
[all...]
H A DASTContext.cpp1829 Info.Width = layout.getDataSize();
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp360 Context.getASTRecordLayout(BaseRD).getDataSize().getQuantity();
H A DCGObjCMac.cpp6464 InstanceSize = RL.getDataSize().getQuantity();
/openbsd-current/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2842 OS << "Found " << Correlator->getDataSize() << " functions\n";

Completed in 251 milliseconds