/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 53 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 D | DLL.cpp | 44 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 135 size_t getSize() const override { return size; } in getSize() function in lld::coff::__anon0bfb8df40111::NullChunk 177 size_t getSize() const override { in getSize() function in lld::coff::__anon0bfb8df40111::DelayDirectoryChunk 320 size_t getSize() const override { return sizeof(thunkX64); } in getSize() function in lld::coff::__anon0bfb8df40111::ThunkChunkX64 337 size_t getSize() const override { return sizeof(tailMergeX64); } in getSize() function in lld::coff::__anon0bfb8df40111::TailMergeChunkX64 358 size_t getSize() const override { return 3 * sizeof(uint32_t); } in getSize() function in lld::coff::__anon0bfb8df40111::TailMergePDataChunkX64 378 size_t getSize() const override { return sizeof(tailMergeUnwindInfoX64); } in getSize() function in lld::coff::__anon0bfb8df40111::TailMergeUnwindInfoX64 [all …]
|
H A D | Chunks.h | 245 size_t getSize() const { return header->SizeOfRawData; } in getSize() function 417 inline size_t Chunk::getSize() const { in getSize() function 512 size_t getSize() const override { return sym.getValue(); } in getSize() function 524 size_t getSize() const override { return str.size() + 1; } in getSize() function 564 size_t getSize() const override { return sizeof(importThunkX86); } in getSize() function 573 size_t getSize() const override { return sizeof(importThunkX86); } in getSize() function 585 size_t getSize() const override { return sizeof(importThunkARM); } in getSize() function 597 size_t getSize() const override { return sizeof(importThunkARM64); } in getSize() function 678 size_t getSize() const override { return syms.size() * 4; } in getSize() function 689 size_t getSize() const override { return syms.size() * 5; } in getSize() function [all …]
|
H A D | Chunks.cpp | 824 size_t RangeExtensionThunkARM::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM 845 size_t RangeExtensionThunkARM64::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM64 867 size_t LocalImportChunk::getSize() const { return ctx.config.wordsize; } in getSize() function in lld::coff::LocalImportChunk 908 size_t ECCodeMapChunk::getSize() const { in getSize() function in lld::coff::ECCodeMapChunk 923 size_t PseudoRelocTableChunk::getSize() const { in getSize() function in lld::coff::PseudoRelocTableChunk 1057 size_t MergeChunk::getSize() const { in getSize() function in lld::coff::MergeChunk 1066 size_t AbsolutePointerChunk::getSize() const { return ctx.config.wordsize; } in getSize() function in lld::coff::AbsolutePointerChunk
|
H A D | DLL.h | 82 uint64_t getSize() { in getSize() function
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Writer.cpp | 95 uint32_t getSize() const override { return sizeof(dyld_info_command); } in getSize() function in __anoneb56ad3f0111::LCDyldInfo 134 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCSubFramework 160 uint32_t getSize() const override { return sizeof(linkedit_data_command); } in getSize() function in __anoneb56ad3f0111::LCFunctionStarts 179 uint32_t getSize() const override { return sizeof(linkedit_data_command); } in getSize() function in __anoneb56ad3f0111::LCDataInCode 200 uint32_t getSize() const override { return sizeof(dysymtab_command); } in getSize() function in __anoneb56ad3f0111::LCDysymtab 225 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCSegment 276 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCMain 300 uint32_t getSize() const override { return sizeof(symtab_command); } in getSize() function in __anoneb56ad3f0111::LCSymtab 329 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCDylib 364 uint32_t getSize() const override { in getSize() function in __anoneb56ad3f0111::LCLoadDylinker [all …]
|
H A D | SyntheticSections.h | 82 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 555 uint64_t getSize() const override { return size; } in getSize() function 569 uint64_t getSize() const override { return size; } in getSize() function 603 uint64_t getSize() const override { in getSize() function 645 uint64_t getSize() const override { return 8; } in getSize() function 701 uint64_t getSize() const override { return sectionSize; } in getSize() function
|
H A D | ConcatOutputSection.h | 36 uint64_t getSize() const override { return size; } in getSize() function
|
H A D | SyntheticSections.cpp | 87 uint64_t MachHeaderSection::getSize() const { in getSize() function in MachHeaderSection 714 uint64_t StubsSection::getSize() const { in getSize() function in StubsSection 775 uint64_t StubHelperSection::getSize() const { in getSize() function in StubHelperSection 942 uint64_t ObjCStubsSection::getSize() const { in getSize() function in ObjCStubsSection 969 uint64_t LazyPointerSection::getSize() const { in getSize() function in LazyPointerSection 1935 uint64_t InitOffsetsSection::getSize() const { in getSize() function in InitOffsetsSection 2348 size_t ChainedFixupsSection::SegmentInfo::getSize() const { in getSize() function in ChainedFixupsSection::SegmentInfo
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 57 size_t getSize() const override { return size; } in getSize() function 108 size_t getSize() const override { return size; } in getSize() function 142 size_t getSize() const override { return 0; } in getSize() function 161 size_t getSize() const override { return headerSize + hashSize; } 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 397 size_t getSize() const override { return size; } in getSize() function 489 size_t getSize() const override { return size; } in getSize() function 543 size_t getSize() const override { return relocs.size() * this->entsize; } in getSize() function 591 size_t getSize() const override { return relocData.size(); } in getSize() function [all …]
|
H A D | SyntheticSections.cpp | 348 size_t GnuPropertySection::getSize() const { in getSize() function in GnuPropertySection 1181 size_t GotPltSection::getSize() const { in getSize() function in GotPltSection 1226 size_t IgotPltSection::getSize() const { in getSize() function in IgotPltSection 2354 size_t SymtabShndxSection::getSize() const { in getSize() function in SymtabShndxSection 2576 size_t PltSection::getSize() const { in getSize() function in PltSection 2613 size_t IpltSection::getSize() const { in getSize() function in IpltSection 2641 size_t PPC32GlinkSection::getSize() const { in getSize() function in PPC32GlinkSection 2710 size_t IBTPltSection::getSize() const { in getSize() function in IBTPltSection 3654 size_t EhFrameHeader::getSize() const { in getSize() function in EhFrameHeader 3720 size_t VersionDefinitionSection::getSize() const { in getSize() function in VersionDefinitionSection [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolELF.h | 25 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
|
H A D | StringTableBuilder.h | 80 size_t getSize() const { return Size; } in getSize() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | NonRelocatableStringpool.h | 49 uint64_t getSize() { return CurrentEndOffset; } in getSize() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVStringPool.h | 47 size_t getSize() const { return Entries.size() - 1; } in getSize() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 127 size_t getSize(Function &F, TargetTransformInfo &TTI) { in getSize() function 136 size_t getSize(Function &F, FunctionAnalysisManager &FAM) { in getSize() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 98 llvm::ConstantInt *getSize(CharUnits N) { in getSize() function 101 llvm::ConstantInt *getSize(uint64_t N) { in getSize() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachOUniversal.h | 77 uint64_t getSize() const { in getSize() function
|
H A D | GOFFObjectFile.h | 148 uint64_t getSize() const { in getSize() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 117 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/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaAsmBackend.cpp | 132 static unsigned getSize(unsigned Kind) { in getSize() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.h | 78 unsigned getSize() const { return Desc->getAllocSize(); } in getSize() function
|
H A D | Record.h | 58 unsigned getSize() const { return BaseSize; } in getSize() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 47 uint32_t getSize() const { return SizeOf; } in getSize() function
|