Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h53 virtual uint32_t getSize() { return BTF::CommonTypeSize; } in getSize() function
95 uint32_t getSize() override { return BTFTypeBase::getSize() + sizeof(uint32_t); } in getSize() function
107 uint32_t getSize() override { in getSize() function
120 uint32_t getSize() override { return BTFTypeBase::getSize() + BTF::BTFArraySize; } in getSize() function
134 uint32_t getSize() override { in getSize() function
151 uint32_t getSize() overrid function
164 uint32_t getSize() override { return BTFTypeBase::getSize(); } getSize() function
176 uint32_t getSize() override { return BTFTypeBase::getSize() + 4; } getSize() function
189 uint32_t getSize() override { getSize() function
216 uint32_t getSize() override { return BTFTypeBase::getSize() + 4; } getSize() function
228 uint32_t getSize() override { getSize() function
258 uint32_t getSize() { return Size; } getSize() function
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDLL.cpp44 size_t getSize() const override { in getSize() function in lld::coff::__anon1c5532860111::HintNameChunk
68 size_t getSize() const override { return ctx.config.wordsize; } in getSize() function in lld::coff::__anon1c5532860111::LookupChunk
92 size_t getSize() const override { return ctx.config.wordsize; } in getSize() function in lld::coff::__anon1c5532860111::OrdinalOnlyChunk
114 size_t getSize() const override { return sizeof(ImportDirectoryTableEntry); } in getSize() function in lld::coff::__anon1c5532860111::ImportDirectoryChunk
135 size_t getSize() const override { return size; } in getSize() function in lld::coff::__anon1c5532860111::NullChunk
177 size_t getSize() const override { in getSize() function in lld::coff::__anon1c5532860111::DelayDirectoryChunk
320 size_t getSize() cons function in lld::coff::__anon1c5532860111::ThunkChunkX64
337 size_t getSize() const override { return sizeof(tailMergeX64); } getSize() function in lld::coff::__anon1c5532860111::TailMergeChunkX64
358 size_t getSize() const override { return 3 * sizeof(uint32_t); } getSize() function in lld::coff::__anon1c5532860111::TailMergePDataChunkX64
378 size_t getSize() const override { return sizeof(tailMergeUnwindInfoX64); } getSize() function in lld::coff::__anon1c5532860111::TailMergeUnwindInfoX64
390 size_t getSize() const override { return sizeof(thunkX86); } getSize() function in lld::coff::__anon1c5532860111::ThunkChunkX86
415 size_t getSize() const override { return sizeof(tailMergeX86); } getSize() function in lld::coff::__anon1c5532860111::TailMergeChunkX86
442 size_t getSize() const override { return sizeof(thunkARM); } getSize() function in lld::coff::__anon1c5532860111::ThunkChunkARM
469 size_t getSize() const override { return sizeof(tailMergeARM); } getSize() function in lld::coff::__anon1c5532860111::TailMergeChunkARM
495 size_t getSize() const override { return sizeof(thunkARM64); } getSize() function in lld::coff::__anon1c5532860111::ThunkChunkARM64
515 size_t getSize() const override { return sizeof(tailMergeARM64); } getSize() function in lld::coff::__anon1c5532860111::TailMergeChunkARM64
536 size_t getSize() const override { return ctx.config.wordsize; } getSize() function in lld::coff::__anon1c5532860111::DelayAddressChunk
572 size_t getSize() const override { getSize() function in lld::coff::__anon1c5532860111::ExportDirectoryChunk
604 size_t getSize() const override { return size * 4; } getSize() function in lld::coff::__anon1c5532860111::AddressTableChunk
636 size_t getSize() const override { return chunks.size() * 4; } getSize() function in lld::coff::__anon1c5532860111::NamePointersChunk
654 size_t getSize() const override { return size * 2; } getSize() function in lld::coff::__anon1c5532860111::ExportOrdinalChunk
[all...]
H A DChunks.h234 size_t getSize() const { return header->SizeOfRawData; } getSize() function
396 inline size_t Chunk::getSize() const { getSize() function
487 size_t getSize() const override { return sym.getValue(); } getSize() function
499 size_t getSize() const override { return str.size() + 1; } getSize() function
539 size_t getSize() const override { return sizeof(importThunkX86); } getSize() function
548 size_t getSize() const override { return sizeof(importThunkX86); } getSize() function
560 size_t getSize() const override { return sizeof(importThunkARM); } getSize() function
572 size_t getSize() const override { return sizeof(importThunkARM64); } getSize() function
653 size_t getSize() const override { return syms.size() * 4; } getSize() function
664 size_t getSize() const override { return syms.size() * 5; } getSize() function
677 size_t getSize() const override { return data.size(); } getSize() function
702 size_t getSize() const override { return 0; } getSize() function
[all...]
H A DChunks.cpp822 size_t RangeExtensionThunkARM::getSize() const { getSize() function in lld::coff::RangeExtensionThunkARM
843 size_t RangeExtensionThunkARM64::getSize() const { getSize() function in lld::coff::RangeExtensionThunkARM64
865 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; } getSize() function in lld::coff::LocalImportChunk
906 size_t ECCodeMapChunk::getSize() const { getSize() function in lld::coff::ECCodeMapChunk
921 size_t PseudoRelocTableChunk::getSize() const { getSize() function in lld::coff::PseudoRelocTableChunk
1055 size_t MergeChunk::getSize() const { getSize() function in lld::coff::MergeChunk
1064 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; } getSize() function in lld::coff::AbsolutePointerChunk
[all...]
H A DDLL.h82 uint64_t getSize() { in getSize() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DWriter.cpp96 uint32_t getSize() const override { return sizeof(dyld_info_command); } getSize() function in __anon22344ad10111::LCDyldInfo
135 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCSubFramework
161 uint32_t getSize() const override { return sizeof(linkedit_data_command); } getSize() function in __anon22344ad10111::LCFunctionStarts
180 uint32_t getSize() const override { return sizeof(linkedit_data_command); } getSize() function in __anon22344ad10111::LCDataInCode
201 uint32_t getSize() const override { return sizeof(dysymtab_command); } getSize() function in __anon22344ad10111::LCDysymtab
226 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCSegment
277 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCMain
301 uint32_t getSize() const override { return sizeof(symtab_command); } getSize() function in __anon22344ad10111::LCSymtab
330 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCDylib
365 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCLoadDylinker
392 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCRPath
417 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCDyldEnv
443 uint32_t getSize() const override { return sizeof(version_min_command); } getSize() function in __anon22344ad10111::LCMinVersion
483 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCBuildVersion
515 uint32_t getSize() const override { return sizeof(uuid_command); } getSize() function in __anon22344ad10111::LCUuid
548 uint32_t getSize() const override { getSize() function in __anon22344ad10111::LCEncryptionInfo
571 uint32_t getSize() const override { return sizeof(linkedit_data_command); } getSize() function in __anon22344ad10111::LCCodeSignature
588 uint32_t getSize() const override { return sizeof(linkedit_data_command); } getSize() function in __anon22344ad10111::LCExportsTrie
605 uint32_t getSize() const override { return sizeof(linkedit_data_command); } getSize() function in __anon22344ad10111::LCChainedFixups
[all...]
H A DSyntheticSections.h81 uint64_t getSize() const final { return llvm::alignTo(getRawSize(), align); } getSize() function
106 uint64_t getSize() const override { return target->pageZeroSize; } getSize() function
120 uint64_t getSize() const override { getSize() function
540 uint64_t getSize() const override { return size; } getSize() function
554 uint64_t getSize() const override { return size; } getSize() function
588 uint64_t getSize() const override { getSize() function
630 uint64_t getSize() const override { return 8; } getSize() function
[all...]
H A DConcatOutputSection.h36 uint64_t getSize() const override { return size; } in getSize() function
H A DSyntheticSections.cpp86 uint64_t MachHeaderSection::getSize() const { getSize() function in MachHeaderSection
703 uint64_t StubsSection::getSize() const { getSize() function in StubsSection
764 uint64_t StubHelperSection::getSize() const { getSize() function in StubHelperSection
883 uint64_t ObjCStubsSection::getSize() const { getSize() function in ObjCStubsSection
909 uint64_t LazyPointerSection::getSize() const { getSize() function in LazyPointerSection
1870 uint64_t InitOffsetsSection::getSize() const { getSize() function in InitOffsetsSection
2056 size_t ChainedFixupsSection::SegmentInfo::getSize() const { getSize() function in ChainedFixupsSection::SegmentInfo
[all...]
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h52 size_t getSize() const override { return size; } getSize() function
103 size_t getSize() const override { return size; } getSize() function
137 size_t getSize() const override { return 0; } getSize() function
156 size_t getSize() const override { return headerSize + hashSize; } getSize() function
172 size_t getSize() const override { return size; } getSize() function
182 size_t getSize() const override { return size; } getSize() function
392 size_t getSize() const override { return size; } getSize() function
484 size_t getSize() const override { return size; } getSize() function
538 size_t getSize() const override { return relocs.size() * this->entsize; } getSize() function
584 size_t getSize() const override { return relocData.size(); } getSize() function
623 size_t getSize() const override { return relrRelocs.size() * this->entsize; } getSize() function
641 size_t getSize() const override { return getNumSymbols() * entsize; } getSize() function
686 size_t getSize() const override { return size; } getSize() function
714 size_t getSize() const override { return size; } getSize() function
787 size_t getSize() const override { return 0; } getSize() function
826 size_t getSize() const override { return size; } getSize() function
973 size_t getSize() const override { return size; } getSize() function
1006 size_t getSize() const override { return sizeof(Elf_Mips_ABIFlags); } getSize() function
1024 size_t getSize() const override { getSize() function
1040 size_t getSize() const override { return sizeof(Elf_Mips_RegInfo); } getSize() function
1054 size_t getSize() const override { return config->wordsize; } getSize() function
1100 size_t getSize() const override { return size; } getSize() function
1188 size_t getSize() const override { return 0; } getSize() function
[all...]
H A DSyntheticSections.cpp332 size_t GnuPropertySection::getSize() const { return config->is64 ? 32 : 28; } getSize() function in GnuPropertySection
1154 size_t GotPltSection::getSize() const { getSize() function in GotPltSection
1199 size_t IgotPltSection::getSize() const { getSize() function in IgotPltSection
2333 size_t SymtabShndxSection::getSize() const { getSize() function in SymtabShndxSection
2555 size_t PltSection::getSize() const { getSize() function in PltSection
2592 size_t IpltSection::getSize() const { getSize() function in IpltSection
2620 size_t PPC32GlinkSection::getSize() const { getSize() function in PPC32GlinkSection
2689 size_t IBTPltSection::getSize() const { getSize() function in IBTPltSection
3042 size_t EhFrameHeader::getSize() const { getSize() function in EhFrameHeader
3108 size_t VersionDefinitionSection::getSize() const { getSize() function in VersionDefinitionSection
3125 size_t VersionTableSection::getSize() const { getSize() function in VersionTableSection
3231 template <class ELFT> size_t VersionNeedSection<ELFT>::getSize() const { getSize() function in VersionNeedSection
3252 size_t MergeTailSection::getSize() const { return builder.getSize(); } getSize() function in MergeTailSection
3600 size_t ThunkSection::getSize() const { getSize() function in ThunkSection
3690 size_t PPC64LongBranchTargetSection::getSize() const { getSize() function in PPC64LongBranchTargetSection
3786 size_t PartitionElfHeaderSection<ELFT>::getSize() const { getSize() function in PartitionElfHeaderSection
3804 size_t PartitionProgramHeadersSection<ELFT>::getSize() const { getSize() function in PartitionProgramHeadersSection
3816 size_t PartitionIndexSection::getSize() const { getSize() function in PartitionIndexSection
3895 size_t MemtagAndroidNote::getSize() const { getSize() function in MemtagAndroidNote
3910 size_t PackageMetadataNote::getSize() const { getSize() function in PackageMetadataNote
3982 size_t MemtagGlobalDescriptors::getSize() const { getSize() function in MemtagGlobalDescriptors
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h24 const MCExpr *getSize() const { return SymbolSize; } getSize() function
H A DStringTableBuilder.h84 size_t getSize() const { return Size; } getSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h52 uint64_t getSize() { return CurrentEndOffset; } getSize() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h62 llvm::ConstantInt *getSize(CharUnits N) { getSize() function
65 llvm::ConstantInt *getSize(uint64_t N) { getSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVStringPool.h47 size_t getSize() const { return Entries.size() - 1; } in getSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp128 size_t getSize(Function &F, TargetTransformInfo &TTI) { getSize() function
137 size_t getSize(Function &F, FunctionAnalysisManager &FAM) { getSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h77 uint64_t getSize() const { in getSize() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h71 unsigned getSize() const { return Desc->getAllocSize(); } getSize() function
H A DRecord.h58 unsigned getSize() const { return BaseSize; } in getSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp117 size_t getSize() const { return Symbols.size() * sizeof(Elf_Sym); } in getSize() function in llvm::ifs::__anone42b97300111::ELFSymbolTableBuilder
155 size_t getSize() const { in getSize() function in llvm::ifs::__anone42b97300111::ELFDynamicTableBuilder
261 size_t getSize() const { in getSize() function in llvm::ifs::__anone42b97300111::ELFStubBuilder
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h47 uint32_t getSize() const { return SizeOf; } in getSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp135 static unsigned getSize(unsigned Kind) { getSize() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h193 CharUnits getSize() const { return Size; } in getSize() function

1234