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

/external/clang/lib/AST/
H A DRawCommentList.cpp117 unsigned EndOffset; local
121 llvm::tie(EndFileID, EndOffset) =
124 const unsigned Length = EndOffset - BeginOffset;
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp125 uint64_t EndOffset; member in class:__anon22618::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));
893 int64_t BeginOffset, int64_t EndOffset,
916 findCommonType(AllocaSlices::const_iterator B, AllocaSlices::const_iterator E, uint64_t EndOffset) argument
1869 uint64_t BeginOffset, EndOffset; member in class:__anon22622::AllocaSliceRewriter
2985 rewritePartition(AllocaInst &AI, AllocaSlices &S, AllocaSlices::iterator B, AllocaSlices::iterator E, int64_t BeginOffset, int64_t EndOffset, ArrayRef<AllocaSlices::iterator> SplitUses) argument
[all...]
/external/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) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp518 uint64_t EndOffset = 0; local
546 if (!EndOffset || Value < EndOffset)
547 EndOffset = Value;
549 if (!EndOffset) {
554 getSectionAddress(Sec, EndOffset);
555 EndOffset += Size;
557 Result = EndOffset - BeginOffset;
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp341 uint64_t EndOffset = Types.getContext().toBits(Layout.getDataSize()); local
345 EndOffset = Layout.getFieldOffset(LastFieldNo + 1);
346 assert(EndOffset >= (FirstFieldOffset + TotalBits) &&
348 uint64_t SpaceBits = EndOffset - FirstFieldOffset;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2098 unsigned EndOffset = SM.getFileOffset(ExpansionRange.getEnd()); local
2099 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1983 unsigned EndOffset = computeSizeAndOffset((*I)->getCUDie(), Offset); local
1984 SecOffset += EndOffset;

Completed in 233 milliseconds