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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 76 // EndOffset here is CU-relative, after laying out
78 unsigned EndOffset = computeSizeAndOffset(TheU->getUnitDie(), Offset);
79 SecOffset += EndOffset;
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 144 uint64_t EndOffset;
151 Slice() : BeginOffset(), EndOffset() {}
152 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable)
153 : BeginOffset(BeginOffset), EndOffset(EndOffset),
157 uint64_t endOffset() const { return EndOffset; }
180 if (endOffset() > RHS.endOffset())
197 beginOffset() == RHS.beginOffset() && endOffset() == RHS.endOffset()
    [all...]
  /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/DebugInfo/DWARF/
DWARFDebugFrame.cpp 42 /// starting at *Offset and ending at EndOffset. If everything
43 /// goes well, *Offset should be equal to EndOffset when this method
46 uint32_t EndOffset);
101 uint32_t EndOffset) {
102 while (*Offset < EndOffset) {
  /external/llvm/lib/Object/
MachOObjectFile.cpp 419 uint64_t EndOffset = 0;
450 if (!EndOffset || Value < EndOffset)
451 EndOffset = Value;
453 if (!EndOffset) {
457 EndOffset = getSectionAddress(Sec);
458 EndOffset += Size;
460 Result = EndOffset - BeginOffset;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 762 uint64_t EndOffset = SSV[i].Offset + SSV[i].Size;
767 F, Builder.CreateAdd(ThisPtr, Builder.getIntN(PtrSize, EndOffset)),
    [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 400 milliseconds