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

1234567891011>>

/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCInstrAnalysis.cpp13 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size, uint64_t &Target) const argument
/freebsd-10-stable/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 DStringRefMemoryObject.cpp21 readBytes(uint64_t Addr, uint64_t Size, uint8_t *Buf) const 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 void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { argument
47 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { argument
75 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DAllDiagnostics.h33 enum { Size = SizeOfStr }; enumerator in enum:clang::StringSizerHelper::__anon2974
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLayoutOverrideSource.h29 uint64_t Size; member in struct:clang::LayoutOverrideSource::Layout
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclGroup.cpp22 unsigned Size = sizeof(DeclGroup) + sizeof(Decl*) * NumDecls; local
H A DDeclOpenMP.cpp32 unsigned Size = sizeof(OMPThreadPrivateDecl) + local
46 unsigned Size = sizeof(OMPThreadPrivateDecl) + (N * sizeof(Expr *)); local
/freebsd-10-stable/contrib/llvm/include/llvm/Bitcode/
H A DReaderWriter.h140 unsigned Size = ( BufPtr[SizeField ] | local
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineCodeInfo.h26 size_t Size; // Number of bytes in memory used member in class:llvm::MachineCodeInfo
H A DCalcSpillWeights.h34 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { argument
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCELFStreamer.h103 uint64_t Size; member in struct:llvm::MCELFStreamer::LocalCommon
/freebsd-10-stable/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-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp44 inline void EmitSize(size_t Size) { argument
H A DARMUnwindOpAsm.h81 void EmitBytes(const uint8_t *Opcode, size_t Size) { argument
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp47 static bool IsInSmallSection(uint64_t Size) { argument
/freebsd-10-stable/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-stable/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 DWARFDataExtractor& debug_loc_data, lldb::offset_t offset) function in class:DWARFLocationList
/freebsd-10-stable/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-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutalloc.c68 AcpiOsAllocateZeroed( ACPI_SIZE Size) argument

Completed in 168 milliseconds

1234567891011>>