Home
last modified time | relevance | path

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

1234

/freebsd/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() override { in getSize() function
164 uint32_t getSize() override { return BTFTypeBase::getSize(); } in getSize() function
176 uint32_t getSize() override { return BTFTypeBase::getSize() + 4; } in getSize() function
189 uint32_t getSize() override { in getSize() function
216 uint32_t getSize() override { return BTFTypeBase::getSize() + 4; } in getSize() function
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp44 size_t getSize() const override { in getSize() function in lld::coff::__anon0bfb8df40111::HintNameChunk
68 size_t getSize() const override { return ctx.config.wordsize; } in getSize() function in lld::coff::__anon0bfb8df40111::LookupChunk
92 size_t getSize() const override { return ctx.config.wordsize; } in getSize() function in lld::coff::__anon0bfb8df40111::OrdinalOnlyChunk
114 size_t getSize() const override { return sizeof(ImportDirectoryTableEntry); } in getSize() function in lld::coff::__anon0bfb8df40111::ImportDirectoryChunk
141 size_t getSize() const override { return size; } in getSize() function in lld::coff::__anon0bfb8df40111::NullChunk
157 size_t getSize() const override { return sizeof(uint64_t); } in getSize() function in lld::coff::__anon0bfb8df40111::AuxImportChunk
216 size_t getSize() const override { in getSize() function in lld::coff::__anon0bfb8df40111::DelayDirectoryChunk
359 size_t getSize() const override { return sizeof(thunkX64); } in getSize() function in lld::coff::__anon0bfb8df40111::ThunkChunkX64
376 size_t getSize() const override { return sizeof(tailMergeX64); } in getSize() function in lld::coff::__anon0bfb8df40111::TailMergeChunkX64
397 size_t getSize() const override { return 3 * sizeof(uint32_t); } in getSize() function in lld::coff::__anon0bfb8df40111::TailMergePDataChunkX64
[all …]
H A DChunks.h253 size_t getSize() const { return header->SizeOfRawData; } in getSize() function
424 inline size_t Chunk::getSize() const { in getSize() function
519 size_t getSize() const override { return sym.getValue(); } in getSize() function
531 size_t getSize() const override { return str.size() + 1; } in getSize() function
582 size_t getSize() const override { return sizeof(importThunkX86); } in getSize() function
591 size_t getSize() const override { return sizeof(importThunkX86); } in getSize() function
603 size_t getSize() const override { return sizeof(importThunkARM); } in getSize() function
616 size_t getSize() const override { return sizeof(importThunkARM64); } in getSize() function
722 size_t getSize() const override { return syms.size() * 4; } in getSize() function
733 size_t getSize() const override { return syms.size() * 5; } in getSize() function
[all …]
H A DChunks.cpp855 size_t RangeExtensionThunkARM::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM
876 size_t RangeExtensionThunkARM64::getSize() const { return sizeof(arm64Thunk); } in getSize() function in lld::coff::RangeExtensionThunkARM64
893 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; } in getSize() function in lld::coff::LocalImportChunk
934 size_t ECCodeMapChunk::getSize() const { in getSize() function in lld::coff::ECCodeMapChunk
949 size_t PseudoRelocTableChunk::getSize() const { in getSize() function in lld::coff::PseudoRelocTableChunk
1074 size_t MergeChunk::getSize() const { in getSize() function in lld::coff::MergeChunk
1083 size_t AbsolutePointerChunk::getSize() const { in getSize() function in lld::coff::AbsolutePointerChunk
1102 size_t CHPECodeRangesChunk::getSize() const { in getSize() function in lld::coff::CHPECodeRangesChunk
1118 size_t CHPERedirectionChunk::getSize() const { in getSize() function in lld::coff::CHPERedirectionChunk
1135 size_t ImportThunkChunkARM64EC::getSize() const { in getSize() function in lld::coff::ImportThunkChunkARM64EC
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp94 uint32_t getSize() const override { return sizeof(dyld_info_command); } in getSize() function in __anoneb56ad3f0111::LCDyldInfo
133 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCSubFramework
159 uint32_t getSize() const override { return sizeof(linkedit_data_command); } in getSize() function in __anoneb56ad3f0111::LCFunctionStarts
178 uint32_t getSize() const override { return sizeof(linkedit_data_command); } in getSize() function in __anoneb56ad3f0111::LCDataInCode
199 uint32_t getSize() const override { return sizeof(dysymtab_command); } in getSize() function in __anoneb56ad3f0111::LCDysymtab
224 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCSegment
275 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCMain
299 uint32_t getSize() const override { return sizeof(symtab_command); } in getSize() function in __anoneb56ad3f0111::LCSymtab
328 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCDylib
363 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCLoadDylinker
[all …]
H A DSyntheticSections.h82 uint64_t getSize() const final { return llvm::alignTo(getRawSize(), align); } in getSize() function
107 uint64_t getSize() const override { return target->pageZeroSize; } in getSize() function
121 uint64_t getSize() const override { in getSize() function
557 uint64_t getSize() const override { return size; } in getSize() function
571 uint64_t getSize() const override { return size; } in getSize() function
605 uint64_t getSize() const override { in getSize() function
647 uint64_t getSize() const override { return 8; } in getSize() function
703 uint64_t getSize() const override { return sectionSize; } in getSize() function
H A DConcatOutputSection.h37 uint64_t getSize() const override { return size; } in getSize() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h57 size_t getSize() const override { return size; } in getSize() function
108 size_t getSize() const override { return size; } in getSize() function
150 size_t getSize() const override { return 0; } in getSize() function
169 size_t getSize() const override { return headerSize + hashSize; } in getSize() function
185 size_t getSize() const override { return size; } in getSize() function
197 size_t getSize() const override { return size; } in getSize() function
407 size_t getSize() const override { return size; } in getSize() function
499 size_t getSize() const override { return size; } in getSize() function
554 size_t getSize() const override { return relocs.size() * this->entsize; } in getSize() function
597 size_t getSize() const override { return relocData.size(); } in getSize() function
[all …]
H A DSyntheticSections.cpp365 size_t GnuPropertySection::getSize() const { in getSize() function in GnuPropertySection
1231 size_t GotPltSection::getSize() const { in getSize() function in GotPltSection
1276 size_t IgotPltSection::getSize() const { in getSize() function in IgotPltSection
2417 size_t SymtabShndxSection::getSize() const { in getSize() function in SymtabShndxSection
2646 size_t PltSection::getSize() const { in getSize() function in PltSection
2689 size_t IpltSection::getSize() const { in getSize() function in IpltSection
2717 size_t PPC32GlinkSection::getSize() const { in getSize() function in PPC32GlinkSection
2787 size_t IBTPltSection::getSize() const { in getSize() function in IBTPltSection
3746 size_t EhFrameHeader::getSize() const { in getSize() function in EhFrameHeader
3812 size_t VersionDefinitionSection::getSize() const { in getSize() function in VersionDefinitionSection
[all …]
H A DBPSectionOrderer.cpp31 static uint64_t getSize(const Section &sec) { return sec.getSize(); } in getSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h25 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
H A DStringTableBuilder.h89 size_t getSize() const { return Size; } in getSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h50 uint64_t getSize() { return CurrentEndOffset; } in getSize() function
/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp31 size_t RootSignatureDesc::getSize() const { in getSize() function in RootSignatureDesc
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h103 llvm::ConstantInt *getSize(CharUnits N) { in getSize() function
106 llvm::ConstantInt *getSize(uint64_t N) { in getSize() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp127 size_t getSize(Function &F, TargetTransformInfo &TTI) { in getSize() function
137 size_t getSize(Function &F, FunctionAnalysisManager &FAM) { in getSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h78 uint64_t getSize() const { in getSize() function
H A DGOFFObjectFile.h149 uint64_t getSize() const { in getSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h38 uptr getSize() const { return 0; } in getSize() function
63 LinkTy getSize() const { return Size; } in getSize() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp130 static unsigned getSize(unsigned Kind) { in getSize() function
/freebsd/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::__anon3dc69c9e0111::ELFSymbolTableBuilder
155 size_t getSize() const { in getSize() function in llvm::ifs::__anon3dc69c9e0111::ELFDynamicTableBuilder
261 size_t getSize() const { in getSize() function in llvm::ifs::__anon3dc69c9e0111::ELFStubBuilder
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h50 uint32_t getSize() const { return SizeOf; } in getSize() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h80 unsigned getSize() const { return Desc->getAllocSize(); } in getSize() function

1234