Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp105 JITTargetAddress EndAddr = B.getAddress() + B.getSize(); in printBlockContent() local
108 for (JITTargetAddress CurAddr = InitAddr; CurAddr != EndAddr; ++CurAddr) { in printBlockContent()
118 if (EndAddr % LineWidth != 0) in printBlockContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp1048 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary() local
1050 ((EndAddr - 1) >> Log2(BoundaryAlignment)); in mayCrossBoundary()
1061 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary() local
1062 return (EndAddr & (BoundaryAlignment.value() - 1)) == 0; in isAgainstBoundary()
H A DMachObjectWriter.cpp122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize() local
130 return offsetToAlignment(EndAddr, Align(NextSec.getAlignment())); in getPaddingSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp507 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable() local
510 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1286 uint64_t EndAddr = Address.Address + Size; in lookupAddressRangeImpl() local
1302 while (SeqPos != LastSeq && SeqPos->LowPC < EndAddr) { in lookupAddressRangeImpl()
1312 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex}); in lookupAddressRangeImpl()