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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp86 uint64_t BeginOffset; member in struct:__anon10432::AllocaPartitioning::ByteRange
91 ByteRange() : BeginOffset(), EndOffset() {}
92 ByteRange(uint64_t BeginOffset, uint64_t EndOffset) argument
93 : BeginOffset(BeginOffset), EndOffset(EndOffset) {}
102 if (BeginOffset < RHS.BeginOffset) return true;
103 if (BeginOffset > RHS.BeginOffset) return false;
110 return LHS.BeginOffset < RHSOffse
141 Partition(uint64_t BeginOffset, uint64_t EndOffset, bool IsSplittable) 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
1678 uint64_t BeginOffset = I->BeginOffset - PartitionBeginOffset; 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.cpp177 uint64_t BeginOffset; local
183 BeginOffset = Entry->Value;
202 if (Entry->SectionIndex == SectionIndex && Entry->Value > BeginOffset)
211 BeginOffset = Entry->Value;
230 if (Entry->SectionIndex == SectionIndex && Entry->Value > BeginOffset)
243 Result = EndOffset - BeginOffset;

Completed in 62 milliseconds