/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 53 virtual uint32_t getSize() { return BTF::CommonTypeSize; } in getSize() function 93 uint32_t getSize() override { return BTFTypeBase::getSize() + sizeof(uint32_t); } in getSize() function 105 uint32_t getSize() override { in getSize() function 118 uint32_t getSize() override { return BTFTypeBase::getSize() + BTF::BTFArraySize; } in getSize() function 132 uint32_t getSize() override { in getSize() function 149 uint32_t getSize() override { in getSize() function 162 uint32_t getSize() override { return BTFTypeBase::getSize(); } in getSize() function 174 uint32_t getSize() override { return BTFTypeBase::getSize() + 4; } in getSize() function 187 uint32_t getSize() override { in getSize() function 220 uint32_t getSize() { return Size; } in getSize() function
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | Value.h | 42 virtual size_t getSize() const { return sizeof(m_value); } in getSize() function 108 virtual size_t getSize() const { return m_value.size(); } in getSize() function 133 virtual size_t getSize() const { return getLength(); } in getSize() function
|
H A D | Value.cpp | 14 size_t SizedIntegerValue::getSize() const in getSize() function in SizedIntegerValue
|
H A D | SourceFile.cpp | 107 unsigned SourceFile::getSize() in getSize() function in SourceFile
|
/netbsd-src/external/apache2/llvm/dist/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
|
H A D | MCSymbolWasm.h | 41 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 59 llvm::ConstantInt *getSize(CharUnits N) { in getSize() function 62 llvm::ConstantInt *getSize(uint64_t N) { in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | RegisterBank.h | 54 unsigned getSize() const { return Size; } in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | NonRelocatableStringpool.h | 52 uint64_t getSize() { return CurrentEndOffset; } in getSize() function
|
H A D | MachineMemOperand.h | 221 uint64_t getSize() const { return Size; } in getSize() function
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Table.cc | 244 getSize () in getSize() function in DataINT32 353 getSize () in getSize() function in DataUINT32 462 getSize () in getSize() function in DataINT64 571 getSize () in getSize() function in DataUINT64 687 getSize () in getSize() function in DataOBJECT 797 getSize () in getSize() function in DataSTRING 900 getSize () in getSize() function in DataDOUBLE 1412 DataView::getSize () in getSize() function in DataView
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Table.cc | 244 getSize () in getSize() function in DataINT32 353 getSize () in getSize() function in DataUINT32 462 getSize () in getSize() function in DataINT64 571 getSize () in getSize() function in DataUINT64 687 getSize () in getSize() function in DataOBJECT 797 getSize () in getSize() function in DataSTRING 900 getSize () in getSize() function in DataDOUBLE 1412 DataView::getSize () in getSize() function in DataView
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 129 size_t getSize(Function &F, TargetTransformInfo &TTI) { in getSize() function 138 size_t getSize(Function &F, FunctionAnalysisManager &FAM) { in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | MachOUniversal.h | 78 uint64_t getSize() const { in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | InterpBlock.h | 59 InterpSize getSize() const { return Desc->getAllocSize(); } in getSize() function
|
H A D | Record.h | 53 unsigned getSize() const { return BaseSize; } in getSize() function
|
H A D | Pointer.h | 187 size_t getSize() const { return getFieldDesc()->getSize(); } in getSize() function
|
H A D | Descriptor.h | 128 unsigned getSize() const { in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | AliasSetTracker.h | 97 LocationSize getSize() const { in getSize() function 259 LocationSize getSize() const { return CurNode->getSize(); } in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 118 size_t getSize() const { return Symbols.size() * sizeof(Elf_Sym); } in getSize() function in llvm::elfabi::__anon88d330090111::ELFSymbolTableBuilder 156 size_t getSize() const { in getSize() function in llvm::elfabi::__anon88d330090111::ELFDynamicTableBuilder 260 size_t getSize() const { in getSize() function in llvm::elfabi::__anon88d330090111::ELFStubBuilder
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 48 uint32_t getSize() const { return SizeOf; } in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetRPCAPI.h | 66 uint64_t getSize() const { return Size; } in getSize() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | RecordLayout.h | 193 CharUnits getSize() const { return Size; } in getSize() function
|