HomeSort by: relevance | last modified time | path
    Searched defs:getSize (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/external/bsd/elftosb/dist/common/
Value.cpp 14 size_t SizedIntegerValue::getSize() const
SourceFile.cpp 107 unsigned SourceFile::getSize()
Value.h 28 virtual size_t getSize() const = 0;
42 virtual size_t getSize() const { return sizeof(m_value); }
74 virtual size_t getSize() const;
108 virtual size_t getSize() const { return m_value.size(); }
133 virtual size_t getSize() const { return getLength(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolELF.h 24 const MCExpr *getSize() const { return SymbolSize; }
StringTableBuilder.h 82 size_t getSize() const { return Size; }
MCSymbolWasm.h 41 const MCExpr *getSize() const { return SymbolSize; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 54 unsigned getSize() const { return Size; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
NonRelocatableStringpool.h 52 uint64_t getSize() { return CurrentEndOffset; }
MachineMemOperand.h 221 uint64_t getSize() const { return Size; }
305 LHS.getSize() == RHS.getSize() &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ArrayRecycler.h 49 __asan_unpoison_memory_region(Entry, Capacity::get(Idx).getSize());
51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize());
63 __asan_poison_memory_region(Ptr, Capacity::get(Idx).getSize());
84 size_t getSize() const { return size_t(1u) << Index; }
130 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpBlock.h 59 InterpSize getSize() const { return Desc->getAllocSize(); }
72 std::memset(data(), 0, getSize());
Record.h 53 unsigned getSize() const { return BaseSize; }
Descriptor.h 128 unsigned getSize() const {
140 return Size == UnknownSizeMark ? 0 : (getSize() / getElemSize());
Pointer.h 60 return Pointer(Pointee, RootPtrMark, getDeclDesc()->getSize());
120 return Pointer(Pointee, Base, Base + getSize() + Adjust);
183 return getDeclDesc()->getSize();
187 size_t getSize() const { return getFieldDesc()->getSize(); }
260 unsigned getNumElems() const { return getSize() / elemSize(); }
273 return isElementPastEnd() || getSize() == getOffset();
306 OS << Pointee->getSize();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h 78 uint64_t getSize() const {
ObjectFile.h 99 uint64_t getSize() const;
455 inline uint64_t SectionRef::getSize() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RecordLayout.h 192 /// getSize - Get the record size in characters.
193 CharUnits getSize() const { return Size; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h 69 inline off_t getSize() const;
369 off_t getSize() const { return Size; }
388 off_t FileEntryRef::getSize() const { return getFileEntry().getSize(); }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuilder.h 59 llvm::ConstantInt *getSize(CharUnits N) {
62 llvm::ConstantInt *getSize(uint64_t N) {
217 {getSize(CharUnits::Zero()), getSize(Index)}, Name),
233 getSize(Index), Name),
249 getSize(Index), Name),
258 getSize(Offset), Name),
264 return Address(CreateGEP(Addr.getPointer(), getSize(Offset), Name),
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Nodes.cpp 402 syntax::Expression *syntax::ArraySubscript::getSize() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 48 uint32_t getSize() const { return SizeOf; }
57 uint32_t End = Begin + getSize();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 66 uint64_t getSize() const { return Size; }
115 if (auto EC = serializeSeq(C, DBW.getSize()))
117 return C.appendBytes(DBW.getSrc(), DBW.getSize());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineSizeEstimatorAnalysis.cpp 129 size_t getSize(Function &F, TargetTransformInfo &TTI) {
138 size_t getSize(Function &F, FunctionAnalysisManager &FAM) {
140 return getSize(F, TTI);
191 FF[NamedFeatureIndex::InitialSize] = getSize(F, FAM);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h 306 size_t getSize() const { return Size; }
322 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AliasSetTracker.h 97 LocationSize getSize() const {
259 LocationSize getSize() const { return CurNode->getSize(); }

Completed in 62 milliseconds

1 2 3