Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h791 uint64_t getDataSize(const FuncRecordTy *Record) { in getDataSize() function
817 return {MappingBuf, size_t(getDataSize<FuncRecordTy, Endian>(Record))}; in getCoverageMappingOutOfLine()
825 return {MappingBuf + getDataSize<FuncRecordTy, Endian>(Record), Record + 1}; in advanceByOneOutOfLine()
845 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize() function
846 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize()
895 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize() function
896 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize()
939 template <support::endianness Endian> uint64_t getDataSize() const { in getDataSize() function
940 return accessors::getDataSize<ThisT, Endian>(this); in getDataSize()
962 return StringRef(&CoverageMapping, getDataSize<Endian>()); in getCoverageMapping()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h45 std::optional<size_t> getDataSize() const;
125 size_t getDataSize() const { return Data.size(); }
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp97 std::optional<size_t> InstrProfCorrelator::getDataSize() const { in getDataSize() function in InstrProfCorrelator
99 return C->getDataSize(); in getDataSize()
101 return C->getDataSize(); in getDataSize()
H A DInstrProfReader.cpp513 DataEnd = Data + Correlator->getDataSize(); in readHeader()
/openbsd/gnu/llvm/clang/lib/AST/
H A DRecordLayoutBuilder.cpp817 CharUnits getDataSize() const { in getDataSize() function in __anona4a6ee020111::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()
1922 std::max(Layout.getNonVirtualSize(), Layout.getDataSize()); in LayoutField()
2076 getDataSize() != CharUnits::Zero()) in LayoutField()
2077 FieldOffset = getDataSize().alignTo(AlignTo); in LayoutField()
3675 OS << ", dsize=" << Layout.getDataSize().getQuantity(); in DumpRecordLayout()
[all …]
H A DASTContext.cpp1829 Info.Width = layout.getDataSize(); in getTypeInfoDataSizeInChars()
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRecordLayout.h206 CharUnits getDataSize() const { return DataSize; } in getDataSize() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp360 Context.getASTRecordLayout(BaseRD).getDataSize().getQuantity(); in getBaseTypeInfoHelper()
H A DCGObjCMac.cpp6464 InstanceSize = RL.getDataSize().getQuantity(); in GetClassSizeInfo()
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2842 OS << "Found " << Correlator->getDataSize() << " functions\n"; in showDebugInfoCorrelation()