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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp89 uint64_t EndOffset; member in struct:__anon10432::AllocaPartitioning::ByteRange
91 ByteRange() : BeginOffset(), EndOffset() {}
92 ByteRange(uint64_t BeginOffset, uint64_t EndOffset) argument
93 : BeginOffset(BeginOffset), EndOffset(EndOffset) {}
104 if (EndOffset > RHS.EndOffset) return true;
119 return BeginOffset == RHS.BeginOffset && EndOffset == RHS.EndOffset;
141 Partition(uint64_t BeginOffset, uint64_t EndOffset, boo argument
158 PartitionUse(uint64_t BeginOffset, uint64_t EndOffset, Use *U) argument
536 uint64_t BeginOffset = Offset, EndOffset = BeginOffset + Size; local
835 uint64_t BeginOffset = Offset, EndOffset = BeginOffset + Size; local
2073 uint64_t BeginOffset, EndOffset; member in class:__anon10435::AllocaPartitionRewriter
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DMachOObjectFile.cpp178 uint64_t EndOffset = 0; local
203 if (!EndOffset || Entry->Value < EndOffset)
204 EndOffset = Entry->Value;
231 if (!EndOffset || Entry->Value < EndOffset)
232 EndOffset = Entry->Value;
237 if (!EndOffset) {
240 getSectionAddress(Sections[SectionIndex-1], EndOffset);
241 EndOffset
[all...]

Completed in 121 milliseconds