| /llvm-project-15.0.7/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 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 228 uint32_t getSize() override { in getSize() function [all …]
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DLL.cpp | 45 size_t getSize() const override { in getSize() function in lld::coff::__anon1c8397240111::HintNameChunk 68 size_t getSize() const override { return config->wordsize; } in getSize() function in lld::coff::__anon1c8397240111::LookupChunk 88 size_t getSize() const override { return config->wordsize; } in getSize() function in lld::coff::__anon1c8397240111::OrdinalOnlyChunk 128 size_t getSize() const override { return size; } in getSize() function in lld::coff::__anon1c8397240111::NullChunk 169 size_t getSize() const override { in getSize() function in lld::coff::__anon1c8397240111::DelayDirectoryChunk 299 size_t getSize() const override { return sizeof(thunkX64); } in getSize() function in lld::coff::__anon1c8397240111::ThunkChunkX64 331 size_t getSize() const override { return sizeof(thunkX86); } in getSize() function in lld::coff::__anon1c8397240111::ThunkChunkX86 373 size_t getSize() const override { return sizeof(thunkARM); } in getSize() function in lld::coff::__anon1c8397240111::ThunkChunkARM 486 size_t getSize() const override { in getSize() function in lld::coff::__anon1c8397240111::ExportDirectoryChunk 514 size_t getSize() const override { return size * 4; } in getSize() function in lld::coff::__anon1c8397240111::AddressTableChunk [all …]
|
| H A D | Chunks.h | 202 size_t getSize() const { return header->SizeOfRawData; } in getSize() function 362 inline size_t Chunk::getSize() const { in getSize() function 437 size_t getSize() const override { return sym.getValue(); } in getSize() function 449 size_t getSize() const override { return str.size() + 1; } in getSize() function 488 size_t getSize() const override { return sizeof(importThunkX86); } in getSize() function 495 size_t getSize() const override { return sizeof(importThunkX86); } in getSize() function 505 size_t getSize() const override { return sizeof(importThunkARM); } in getSize() function 582 size_t getSize() const override { return syms.size() * 4; } in getSize() function 593 size_t getSize() const override { return syms.size() * 5; } in getSize() function 606 size_t getSize() const override { return data.size(); } in getSize() function [all …]
|
| H A D | DLL.h | 74 uint64_t getSize() { in getSize() function
|
| H A D | Chunks.cpp | 768 size_t RangeExtensionThunkARM::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM 788 size_t RangeExtensionThunkARM64::getSize() const { in getSize() function in lld::coff::RangeExtensionThunkARM64 804 size_t LocalImportChunk::getSize() const { return config->wordsize; } in getSize() function in lld::coff::LocalImportChunk 846 size_t PseudoRelocTableChunk::getSize() const { in getSize() function in lld::coff::PseudoRelocTableChunk 980 size_t MergeChunk::getSize() const { in getSize() function in lld::coff::MergeChunk 989 size_t AbsolutePointerChunk::getSize() const { return config->wordsize; } in getSize() function in lld::coff::AbsolutePointerChunk
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | SyntheticSections.h | 70 size_t getSize() const override { return size; } in getSize() function 123 size_t getSize() const override { return size; } in getSize() function 156 size_t getSize() const override { return 0; } in getSize() function 191 size_t getSize() const override { return size; } in getSize() function 201 size_t getSize() const override { return size; } in getSize() function 411 size_t getSize() const override { return size; } in getSize() function 503 size_t getSize() const override { return size; } in getSize() function 671 size_t getSize() const override { return size; } in getSize() function 699 size_t getSize() const override { return size; } in getSize() function 1000 size_t getSize() const override { in getSize() function [all …]
|
| H A D | SyntheticSections.cpp | 1178 size_t GotPltSection::getSize() const { in getSize() function in GotPltSection 1223 size_t IgotPltSection::getSize() const { in getSize() function in IgotPltSection 2342 size_t SymtabShndxSection::getSize() const { in getSize() function in SymtabShndxSection 2571 size_t PltSection::getSize() const { in getSize() function in PltSection 2608 size_t IpltSection::getSize() const { in getSize() function in IpltSection 2636 size_t PPC32GlinkSection::getSize() const { in getSize() function in PPC32GlinkSection 2705 size_t IBTPltSection::getSize() const { in getSize() function in IBTPltSection 3057 size_t EhFrameHeader::getSize() const { in getSize() function in EhFrameHeader 3140 size_t VersionTableSection::getSize() const { in getSize() function in VersionTableSection 3592 size_t ThunkSection::getSize() const { in getSize() function in ThunkSection [all …]
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Writer.cpp | 96 uint32_t getSize() const override { return sizeof(dyld_info_command); } in getSize() function in __anona61fce6f0111::LCDyldInfo 135 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCSubFramework 226 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCSegment 276 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCMain 300 uint32_t getSize() const override { return sizeof(symtab_command); } in getSize() function in __anona61fce6f0111::LCSymtab 329 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCDylib 363 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCLoadDylinker 389 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCRPath 454 uint32_t getSize() const override { in getSize() function in __anona61fce6f0111::LCBuildVersion 486 uint32_t getSize() const override { return sizeof(uuid_command); } in getSize() function in __anona61fce6f0111::LCUuid [all …]
|
| H A D | SyntheticSections.h | 83 uint64_t getSize() const final { return llvm::alignTo(getRawSize(), align); } in getSize() function 108 uint64_t getSize() const override { return target->pageZeroSize; } in getSize() function 122 uint64_t getSize() const override { in getSize() function 507 uint64_t getSize() const override { return xarSize; } in getSize() function 520 uint64_t getSize() const override { return size; } in getSize() function 533 uint64_t getSize() const override { return size; } in getSize() function 564 uint64_t getSize() const override { in getSize() function 606 uint64_t getSize() const override { return 8; } in getSize() function
|
| H A D | ConcatOutputSection.h | 37 uint64_t getSize() const override { return size; } in getSize() function
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | OutputSections.h | 65 size_t getSize() const override { return header.size() + bodySize; } in getSize() function 88 size_t getSize() const override { return header.size() + bodySize; } in getSize() function 119 size_t getSize() const override { in getSize() function
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | stddef.m | 3 size_t getSize(void); function
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | objcxx11-attributes.mm | 6 - (int) getSize; method
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolELF.h | 24 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
|
| H A D | StringTableBuilder.h | 82 size_t getSize() const { return Size; } in getSize() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBank.h | 54 unsigned getSize() const { return Size; } in getSize() function
|
| H A D | NonRelocatableStringpool.h | 52 uint64_t getSize() { return CurrentEndOffset; } in getSize() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 62 llvm::ConstantInt *getSize(CharUnits N) { in getSize() function 65 llvm::ConstantInt *getSize(uint64_t N) { in getSize() function
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | Relocation.h | 56 size_t getSize() const { return getSizeForType(Type); } in getSize() function
|
| H A D | JumpTable.h | 99 uint64_t getSize() const { in getSize() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Reducer/ |
| H A D | ReductionNode.h | 67 size_t getSize() const { return size; } in getSize() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | MachOUniversal.h | 77 uint64_t getSize() const { in getSize() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ArrayRecycler.h | 84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | InterpBlock.h | 57 InterpSize getSize() const { return Desc->getAllocSize(); } in getSize() function
|