Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp105 ExecutorAddr EndAddr = B.getAddress() + B.getSize(); in printBlockContent() local
108 for (ExecutorAddr CurAddr = InitAddr; CurAddr != EndAddr; ++CurAddr) { in printBlockContent()
119 if (EndAddr % LineWidth != 0) in printBlockContent()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp1038 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary() local
1040 ((EndAddr - 1) >> Log2(BoundaryAlignment)); in mayCrossBoundary()
1051 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary() local
1052 return (EndAddr & (BoundaryAlignment.value() - 1)) == 0; in isAgainstBoundary()
H A DMachObjectWriter.cpp124 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
132 return offsetToAlignment(EndAddr, NextSec.getAlign()); in getPaddingSize()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp512 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable() local
515 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1291 uint64_t EndAddr = Address.Address + Size; in lookupAddressRangeImpl() local
1307 while (SeqPos != LastSeq && SeqPos->LowPC < EndAddr) { in lookupAddressRangeImpl()
1317 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex}); in lookupAddressRangeImpl()