Searched refs:EndOffset (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp125 uint64_t EndOffset; member in class:__anon2815::Slice
132 Slice() : BeginOffset(), EndOffset() {}
133 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) argument
134 : BeginOffset(BeginOffset), EndOffset(EndOffset),
138 uint64_t endOffset() const { return EndOffset; }
352 uint64_t EndOffset = BeginOffset + Size; local
366 EndOffset = AllocSize;
369 S.Slices.push_back(Slice(BeginOffset, EndOffset, U, IsSplittable));
914 int64_t BeginOffset, int64_t EndOffset,
937 findCommonType(AllocaSlices::const_iterator B, AllocaSlices::const_iterator E, uint64_t EndOffset) argument
1935 uint64_t BeginOffset, EndOffset; member in class:__anon2819::AllocaSliceRewriter
3051 rewritePartition(AllocaInst &AI, AllocaSlices &S, AllocaSlices::iterator B, AllocaSlices::iterator E, int64_t BeginOffset, int64_t EndOffset, ArrayRef<AllocaSlices::iterator> SplitUses) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp96 unsigned EndOffset; local
100 llvm::tie(EndFileID, EndOffset) =
103 const unsigned Length = EndOffset - BeginOffset;
/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp39 /// stream, starting at *Offset and ending at EndOffset. If everything
40 /// goes well, *Offset should be equal to EndOffset when this method
42 virtual void parseInstructions(uint32_t *Offset, uint32_t EndOffset);
101 void FrameEntry::parseInstructions(uint32_t *Offset, uint32_t EndOffset) { argument
102 while (*Offset < EndOffset) {
/freebsd-10.2-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp527 uint64_t EndOffset = 0; local
555 if (!EndOffset || Value < EndOffset)
556 EndOffset = Value;
558 if (!EndOffset) {
563 getSectionAddress(Sec, EndOffset);
564 EndOffset += Size;
566 Result = EndOffset - BeginOffset;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp342 uint64_t EndOffset = Types.getContext().toBits(Layout.getDataSize()); local
346 EndOffset = Layout.getFieldOffset(LastFieldNo + 1);
347 assert(EndOffset >= (FirstFieldOffset + TotalBits) &&
349 uint64_t SpaceBits = EndOffset - FirstFieldOffset;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2144 unsigned EndOffset = SM.getFileOffset(ExpansionRange.getEnd()); local
2145 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2006 // EndOffset here is CU-relative, after laying out
2008 unsigned EndOffset = computeSizeAndOffset((*I)->getCUDie(), Offset); local
2009 SecOffset += EndOffset;

Completed in 182 milliseconds