Home
last modified time | relevance | path

Searched defs:getSize (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.h45 virtual uint32_t getSize() { return BTF::CommonTypeSize; } in getSize() function
83 uint32_t getSize() { return BTFTypeBase::getSize() + sizeof(uint32_t); } in getSize() function
95 uint32_t getSize() { in getSize() function
109 uint32_t getSize() { return BTFTypeBase::getSize() + BTF::BTFArraySize; } in getSize() function
123 uint32_t getSize() { in getSize() function
139 uint32_t getSize() { in getSize() function
152 uint32_t getSize() { return BTFTypeBase::getSize(); } in getSize() function
170 uint32_t getSize() { return Size; } in getSize() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDLL.cpp43 size_t getSize() const override { in getSize() function in lld::coff::__anon0f95b7e30111::HintNameChunk
64 size_t getSize() const override { return Config->Wordsize; } in getSize() function in lld::coff::__anon0f95b7e30111::LookupChunk
84 size_t getSize() const override { return Config->Wordsize; } in getSize() function in lld::coff::__anon0f95b7e30111::OrdinalOnlyChunk
125 size_t getSize() const override { return Size; } in getSize() function in lld::coff::__anon0f95b7e30111::NullChunk
168 size_t getSize() const override { in getSize() function in lld::coff::__anon0f95b7e30111::DelayDirectoryChunk
281 size_t getSize() const override { return sizeof(ThunkX64); } in getSize() function in lld::coff::__anon0f95b7e30111::ThunkChunkX64
300 size_t getSize() const override { return sizeof(ThunkX86); } in getSize() function in lld::coff::__anon0f95b7e30111::ThunkChunkX86
324 size_t getSize() const override { return sizeof(ThunkARM); } in getSize() function in lld::coff::__anon0f95b7e30111::ThunkChunkARM
402 size_t getSize() const override { in getSize() function in lld::coff::__anon0f95b7e30111::ExportDirectoryChunk
430 size_t getSize() const override { return Size * 4; } in getSize() function in lld::coff::__anon0f95b7e30111::AddressTableChunk
[all …]
H A DChunks.h157 size_t getSize() const override { return Header->SizeOfRawData; } in getSize() function
277 size_t getSize() const override { return Sym.getValue(); } in getSize() function
290 size_t getSize() const override { return Str.size() + 1; } in getSize() function
319 size_t getSize() const override { return sizeof(ImportThunkX86); } in getSize() function
329 size_t getSize() const override { return sizeof(ImportThunkX86); } in getSize() function
340 size_t getSize() const override { return sizeof(ImportThunkARM); } in getSize() function
351 size_t getSize() const override { return sizeof(ImportThunkARM64); } in getSize() function
421 size_t getSize() const override { return Syms.size() * 4; } in getSize() function
434 size_t getSize() const override { return Data.size(); } in getSize() function
458 size_t getSize() const override { return 0; } in getSize() function
H A DChunks.cpp672 size_t RangeExtensionThunkARM::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM
692 size_t RangeExtensionThunkARM64::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM64
708 size_t LocalImportChunk::getSize() const { return Config->Wordsize; } in getSize() function in lld::coff::LocalImportChunk
729 size_t PseudoRelocTableChunk::getSize() const { in getSize() function in lld::coff::PseudoRelocTableChunk
863 size_t MergeChunk::getSize() const { in getSize() function in lld::coff::MergeChunk
872 size_t AbsolutePointerChunk::getSize() const { return Config->Wordsize; } in getSize() function in lld::coff::AbsolutePointerChunk
H A DDLL.h74 uint64_t getSize() { in getSize() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h72 size_t getSize() const override { return Size; } in getSize() function
114 size_t getSize() const override { return Size; } in getSize() function
144 size_t getSize() const override { return 0; } in getSize() function
177 size_t getSize() const override { return Size; } in getSize() function
187 size_t getSize() const override { return Size; } in getSize() function
392 size_t getSize() const override { return Size; } in getSize() function
458 size_t getSize() const override { return Size; } in getSize() function
615 size_t getSize() const override { return Size; } in getSize() function
646 size_t getSize() const override { return Size; } in getSize() function
899 size_t getSize() const override { in getSize() function
[all …]
H A DSyntheticSections.cpp1093 size_t GotPltSection::getSize() const { in getSize() function in GotPltSection
1141 size_t IgotPltSection::getSize() const { in getSize() function in IgotPltSection
2101 size_t SymtabShndxSection::getSize() const { in getSize() function in SymtabShndxSection
2352 size_t PltSection::getSize() const { in getSize() function in PltSection
2689 size_t EhFrameHeader::getSize() const { in getSize() function in EhFrameHeader
2750 size_t VersionDefinitionSection::getSize() const { in getSize() function in VersionDefinitionSection
2768 template <class ELFT> size_t VersionTableSection<ELFT>::getSize() const { in getSize() function in VersionTableSection
2861 template <class ELFT> size_t VersionNeedSection<ELFT>::getSize() const { in getSize() function in VersionNeedSection
2882 size_t MergeTailSection::getSize() const { return Builder.getSize(); } in getSize() function in MergeTailSection
3126 size_t PPC64LongBranchTargetSection::getSize() const { in getSize() function in PPC64LongBranchTargetSection
H A DSymbols.cpp158 uint64_t Symbol::getSize() const { in getSize() function in Symbol
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuilder.h61 llvm::ConstantInt *getSize(CharUnits N) { in getSize() function
64 llvm::ConstantInt *getSize(uint64_t N) { in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbolELF.h25 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
H A DStringTableBuilder.h63 size_t getSize() const { return Size; } in getSize() function
H A DMCSymbolWasm.h39 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h55 unsigned getSize() const { return Size; } in getSize() function
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DNode.h47 int getSize() const { return _size; } in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachOUniversal.h74 uint32_t getSize() const { in getSize() function
H A DObjectFile.h426 inline uint64_t SectionRef::getSize() const { in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DArrayRecycler.h85 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
H A DFileSystem.h226 uint64_t getSize() const { return fs_st_size; } in getSize() function
236 uint64_t getSize() const { in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h99 LocationSize getSize() const { in getSize() function
256 LocationSize getSize() const { return CurNode->getSize(); } in getSize() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h88 off_t getSize() const { return Size; } in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h49 uint32_t getSize() const { return SizeOf; } in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h67 uint64_t getSize() const { return Size; } in getSize() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h184 CharUnits getSize() const { return Size; } in getSize() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h224 uint64_t getSize() const { return Size; } in getSize() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DArchive.cpp227 Expected<uint32_t> ArchiveMemberHeader::getSize() const { in getSize() function in ArchiveMemberHeader
395 Expected<uint64_t> Archive::Child::getSize() const { in getSize() function in Archive::Child

123