HomeSort by relevance Sort by last modified time
    Searched refs:EndOffset (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 84 // EndOffset here is CU-relative, after laying out
86 unsigned EndOffset = computeSizeAndOffset(TheU->getUnitDie(), Offset);
87 SecOffset += EndOffset;
  /external/clang/lib/AST/
RawCommentList.cpp 96 unsigned EndOffset;
100 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
102 const unsigned Length = EndOffset - BeginOffset;
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 143 uint64_t EndOffset;
150 Slice() : BeginOffset(), EndOffset() {}
151 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable)
152 : BeginOffset(BeginOffset), EndOffset(EndOffset),
156 uint64_t endOffset() const { return EndOffset; }
176 if (endOffset() > RHS.endOffset()) return true;
192 beginOffset() == RHS.beginOffset() && endOffset() == RHS.endOffset()
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 39 /// starting at *Offset and ending at EndOffset. If everything
40 /// goes well, *Offset should be equal to EndOffset when this method
43 uint32_t EndOffset);
98 uint32_t EndOffset) {
99 while (*Offset < EndOffset) {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 542 uint64_t EndOffset = 0;
573 if (!EndOffset || Value < EndOffset)
574 EndOffset = Value;
576 if (!EndOffset) {
581 getSectionAddress(Sec, EndOffset);
582 EndOffset += Size;
584 Result = EndOffset - BeginOffset;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 196 milliseconds