Home
last modified time | relevance | path

Searched refs:EndAddr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp920 uint64_t EndAddr = Address + Size; in lookupAddressRange() local
941 while (SeqPos != LastSeq && SeqPos->LowPC < EndAddr) { in lookupAddressRange()
950 uint32_t LastRowIndex = findRowInSeq(CurSeq, EndAddr - 1); in lookupAddressRange()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize() local
107 return OffsetToAlignment(EndAddr, NextSD.getAlignment()); in getPaddingSize()
/external/llvm/lib/MC/
DMachObjectWriter.cpp108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
116 return OffsetToAlignment(EndAddr, NextSec.getAlignment()); in getPaddingSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp121 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
129 return OffsetToAlignment(EndAddr, NextSec.getAlignment()); in getPaddingSize()