Searched defs:Size (Results 176 - 200 of 366) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp122 uint64_t Start, Size; local
149 uint64_t Start, Size; local
195 uint64_t Size = 0; local
203 ss << Name << "\\n" << Start << " " << Size << "\\n"; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp70 DumpSectionData(const MachOObjectFile &Obj, unsigned Index, StringRef Name, StringRef SegmentName, uint64_t Address, uint64_t Size, uint32_t Offset, uint32_t Align, uint32_t RelocationTableOffset, uint32_t NumRelocationTableEntries, uint32_t Flags, uint32_t Reserved1, uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) argument
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp593 unsigned Size = 0; local
/freebsd-10.3-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c209 UINT32 Size; local
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h51 UInt32 Size; member in struct:__anon1638
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DEHScopeStack.h98 ptrdiff_t Size; member in class:clang::CodeGen::EHScopeStack::stable_iterator
100 stable_iterator(ptrdiff_t Size) : Size(Size) {} argument
378 pushCopyOfCleanup(CleanupKind Kind, const void *Cleanup, size_t Size) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp667 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size(); local
682 unsigned Size = TemplateArgs(Depth, Index).pack_size(); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp175 bool pointerInvalidatedByLoop(Value *V, uint64_t Size, argument
H A DMemCpyOptimizer.cpp64 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()); local
222 int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue(); local
242 void MemsetRanges::addRange(int64_t Start, int64_t Size, Value *Ptr, argument
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp393 Value *Size; local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h247 layoutRecordType(const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h367 void *Allocate(unsigned Size, unsigned Align = 8) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp531 unsigned Size = sizeof(MultiKeywordSelector) + nKeys*sizeof(IdentifierInfo *); local
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp267 unsigned Size = MemoryDependenceAnalysis:: local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp280 getStackSlotRange(const TargetRegisterClass *RC, unsigned SubIdx, unsigned &Size, unsigned &Offset, const TargetMachine *TM) const argument
/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.cpp448 getLineInfoForAddressRange(uint64_t Address, uint64_t Size, DILineInfoSpecifier Specifier) argument
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp387 allocateCodeSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
394 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool isReadOnly) argument
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp125 uint64_t Size = 0; local
217 uint64_t Size = it->second.first; local
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DMetadata.cpp430 unsigned Size = EndPoints.size(); local
497 unsigned Size = EndPoints.size(); local
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp262 void MCELFStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
296 void MCELFStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
306 void MCELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size) { argument
549 uint64_t Size = i->Size; local
617 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
622 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
[all...]
H A DMCObjectStreamer.cpp105 void MCObjectStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size) { argument
/freebsd-10.3-release/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp698 int64_t Size; local
781 int64_t Size; local
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp610 unsigned Size = 0; local
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h270 size_t Size; member in class:llvm::FoldingSetNodeIDRef
H A DSmallVector.h38 SmallVectorBase(void *FirstEl, size_t Size) argument
78 SmallVectorTemplateCommon(size_t Size) : SmallVectorBase(&FirstEl, Size) {} argument
298 SmallVectorTemplateBase(size_t Size) : SmallVectorTemplateCommon<T>(Size) {} argument
887 explicit SmallVector(unsigned Size, const T &Value = T()) argument
[all...]

Completed in 151 milliseconds

1234567891011>>