Searched defs:Size (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp18 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) { argument
H A Draw_os_ostream.cpp26 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { argument
H A DFormattedStream.cpp23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) { argument
41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { argument
70 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp74 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DAllDiagnostics.h33 enum { Size = SizeOfStr }; enumerator in enum:clang::StringSizerHelper::__anon2808
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h29 uint64_t Size; member in struct:clang::LayoutOverrideSource::Layout
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclGroup.cpp22 unsigned Size = sizeof(DeclGroup) + sizeof(Decl*) * NumDecls; local
H A DDeclFriend.cpp49 std::size_t Size = sizeof(FriendDecl) local
60 std::size_t Size = sizeof(FriendDecl) local
H A DDeclOpenMP.cpp32 unsigned Size = sizeof(OMPThreadPrivateDecl) + local
46 unsigned Size = sizeof(OMPThreadPrivateDecl) + (N * sizeof(DeclRefExpr *)); local
/freebsd-10.0-release/contrib/llvm/include/llvm/Bitcode/
H A DReaderWriter.h140 unsigned Size = ( BufPtr[SizeField ] | local
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { argument
H A DMachineCodeInfo.h26 size_t Size; // Number of bytes in memory used member in class:llvm::MachineCodeInfo
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h38 void setAddressSize(uint8_t Size) { AddressSize = Size; } argument
H A DMemory.h37 size_t Size; ///< Size, in bytes of the memory area member in class:llvm::sys::MemoryBlock
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCAtom.cpp16 void MCAtom::addInst(const MCInst &I, uint64_t Address, unsigned Size) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp46 static bool IsInSmallSection(uint64_t Size) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeTargetObjectFile.cpp41 static bool IsInSmallSection(uint64_t Size) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.h57 unsigned Size; member in class:llvm::MipsAnalyzeImmediate
H A DMipsFrameLowering.cpp114 unsigned Size = TRI.getMinimalPhysRegClass(*R)->getSize(); local
H A DMipsTargetObjectFile.cpp60 static bool IsInSmallSection(uint64_t Size) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp85 int Size = MI.getOperand(0).getImm(); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp48 DWARFDIECollection::Size() const function in class:DWARFDIECollection
H A DDWARFLocationList.cpp72 DWARFLocationList::Size(const DataExtractor& debug_loc_data, lldb::offset_t offset) function in class:DWARFLocationList
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp145 layoutRecordType(const clang::RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap <const clang::FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &BaseOffsets, llvm::DenseMap <const clang::CXXRecordDecl *, clang::CharUnits> &VirtualBaseOffsets) argument
/freebsd-10.0-release/contrib/llvm/tools/lli/
H A DRemoteTarget.cpp23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, argument
37 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { argument
42 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { argument

Completed in 315 milliseconds

1234567891011>>