Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h53 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 DValue.h42 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 DValue.cpp14 size_t SizedIntegerValue::getSize() const in getSize() function in SizedIntegerValue
H A DSourceFile.cpp107 unsigned SourceFile::getSize() in getSize() function in SourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolELF.h24 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
H A DStringTableBuilder.h82 size_t getSize() const { return Size; } in getSize() function
H A DMCSymbolWasm.h41 const MCExpr *getSize() const { return SymbolSize; } in getSize() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuilder.h59 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 DRegisterBank.h54 unsigned getSize() const { return Size; } in getSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h52 uint64_t getSize() { return CurrentEndOffset; } in getSize() function
H A DMachineMemOperand.h221 uint64_t getSize() const { return Size; } in getSize() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc244 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 DTable.cc244 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 DInlineSizeEstimatorAnalysis.cpp129 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 DMachOUniversal.h78 uint64_t getSize() const { in getSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DArrayRecycler.h84 size_t getSize() const { return size_t(1u) << Index; } in getSize() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpBlock.h59 InterpSize getSize() const { return Desc->getAllocSize(); } in getSize() function
H A DRecord.h53 unsigned getSize() const { return BaseSize; } in getSize() function
H A DPointer.h187 size_t getSize() const { return getFieldDesc()->getSize(); } in getSize() function
H A DDescriptor.h128 unsigned getSize() const { in getSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h97 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 DELFObjHandler.cpp118 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 DUDTLayout.h48 uint32_t getSize() const { return SizeOf; } in getSize() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h66 uint64_t getSize() const { return Size; } in getSize() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecordLayout.h193 CharUnits getSize() const { return Size; } in getSize() function

123