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

123

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h54 unsigned getSize() const { return Size; } function in class:llvm::RegisterBank
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h24 const MCExpr *getSize() const { return SymbolSize; } function in class:llvm::MCSymbolELF
H A DStringTableBuilder.h62 size_t getSize() const { return Size; } function in class:llvm::StringTableBuilder
H A DMCSymbolWasm.h40 const MCExpr *getSize() const { return SymbolSize; } function in class:llvm::MCSymbolWasm
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h52 uint64_t getSize() { return CurrentEndOffset; } function in class:llvm::NonRelocatableStringpool
H A DMachineMemOperand.h221 uint64_t getSize() const { return Size; } function in class:llvm::MachineMemOperand
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DNode.h46 int getSize() const { return _size; } function in class:lld::GroupEnd
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h74 uint64_t getSize() { function in class:lld::coff::EdataContents
H A DSymbols.h209 uint64_t getSize() const { return size; } function in class:lld::coff::DefinedCommon
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h84 size_t getSize() const { return size_t(1u) << Index; } function in class:llvm::ArrayRecycler::Capacity
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBlock.h59 InterpSize getSize() const { return Desc->getAllocSize(); } function in class:clang::interp::Block
H A DRecord.h53 unsigned getSize() const { return BaseSize; } function in class:clang::interp::Record
H A DDescriptor.h128 unsigned getSize() const { function in struct:clang::interp::Descriptor
H A DPointer.h187 size_t getSize() const { return getFieldDesc()->getSize(); } function in class:clang::interp::Pointer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h75 uint64_t getSize() const { function in class:llvm::object::MachOUniversalBinary::ObjectForArch
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h183 CharUnits getSize() const { return Size; } function in class:clang::ASTRecordLayout
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h48 uint32_t getSize() const { return SizeOf; } function in class:llvm::pdb::LayoutItemBase
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h105 off_t getSize() const { return Size; } function in class:clang::FileEntry
142 off_t getSize() const { return Entry->getSize(); } function in class:clang::FileEntryRef
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h66 uint64_t getSize() const { return Size; } function in class:llvm::orc::remote::DirectBufferWriter
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h60 llvm::ConstantInt *getSize(CharUnits N) { function in class:clang::CodeGen::CGBuilderTy
63 llvm::ConstantInt *getSize(uint64_t N) { function in class:clang::CodeGen::CGBuilderTy
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h101 LocationSize getSize() const { function in class:llvm::AliasSet::PointerRec
258 LocationSize getSize() const { return CurNode->getSize(); } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h47 virtual uint32_t getSize() { return BTF::CommonTypeSize; } function in class:llvm::BTFTypeBase
87 uint32_t getSize() { return BTFTypeBase::getSize() + sizeof(uint32_t); } function in class:llvm::BTFTypeInt
99 uint32_t getSize() { function in class:llvm::BTFTypeEnum
112 uint32_t getSize() { return BTFTypeBase::getSize() + BTF::BTFArraySize; } function in class:llvm::BTFTypeArray
126 uint32_t getSize() { function in class:llvm::BTFTypeStruct
143 uint32_t getSize() { function in class:llvm::BTFTypeFuncProto
156 uint32_t getSize() { return BTFTypeBase::getSize(); } function in class:llvm::BTFTypeFunc
168 uint32_t getSize() { return BTFTypeBase::getSize() + 4; } function in class:llvm::BTFKindVar
181 uint32_t getSize() { function in class:llvm::BTFKindDataSec
205 uint32_t getSize() { return Size; } function in class:llvm::BTFStringTable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp234 uint64_t getSize() const { function in class:__anon1657::TBAAStructTagNodeImpl
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp179 uint64_t Symbol::getSize() const { function in class:lld::elf::Symbol
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp244 size_t GuardedPoolAllocator::getSize(const void *Ptr) { function in class:gwp_asan::GuardedPoolAllocator

Completed in 595 milliseconds

123