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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DArrayRecycler.h83 size_t getSize() const { return size_t(1u) << Index; } function in class:llvm::ArrayRecycler::Capacity
H A DPathV1.h56 uint64_t getSize() const { return fileSize; } function in class:llvm::sys::FileStatus
H A DIntegersSubset.h410 unsigned getSize() const { function in class:llvm::IntegersSubsetGeneric
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h58 unsigned getSize() const { return Offset; } function in class:llvm::MCWin64EHInstruction
H A DMCRegisterInfo.h86 unsigned getSize() const { return RegSize; } function in class:llvm::MCRegisterClass
H A DMCInstrDesc.h545 unsigned getSize() const { function in class:llvm::MCInstrDesc
H A DMCAssembler.h406 uint64_t getSize() const { return Size; } function in class:llvm::MCFillFragment
757 const MCExpr *getSize() const { function in class:llvm::MCSymbolData
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h147 CharUnits getSize() const { return Size; } function in class:clang::ASTRecordLayout
H A DType.h2237 const llvm::APInt &getSize() const { return Size; } function in class:clang::ConstantArrayType
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h138 uint64_t getSize() const { return Size; } function in class:llvm::MachineMemOperand
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DArchive.h52 uint64_t getSize() const { function in struct:llvm::object::ArchiveMemberHeader
122 uint64_t getSize() const { return Data.size() - StartOfFile; } function in class:llvm::object::Archive::Child
H A DObjectFile.h435 inline error_code SymbolRef::getSize(uint64_t &Result) const { function in class:llvm::object::SymbolRef
490 inline error_code SectionRef::getSize(uint64_t &Result) const { function in class:llvm::object::SectionRef
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h77 uint32_t getSize() const { return 11; } function in class:llvm::DWARFCompileUnit
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h94 off_t getSize() const { return Size; } function in class:clang::FileEntry
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h70 uint64_t getSize() const { return Size; } function in class:llvm::AliasSet::PointerRec
206 uint64_t getSize() const { return CurNode->getSize(); } function
/freebsd-10.0-release/contrib/llvm/include/llvm/Bitcode/
H A DArchive.h96 uint64_t getSize() const { return info.getSize(); } function in class:llvm::ArchiveMember
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h286 size_t getSize() const { return Size; } function in class:llvm::FoldingSetNodeIDRef
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h87 unsigned getSize() const { return MC->getSize(); } function in class:llvm::TargetRegisterClass
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h150 unsigned getSize() const { return Size; } function in class:llvm::DIE
/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h801 unsigned getSize() const { return Values.size(); } function in class:llvm::ListInit
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp776 CharUnits getSize() const { function in class:__anon2986::RecordLayoutBuilder
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp67 unsigned ContentCache::getSize() const { function in class:ContentCache
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp286 llvm::ConstantInt *CodeGenModule::getSize(CharUnits size) { function in class:CodeGenModule

Completed in 322 milliseconds