Searched refs:EndAddr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 1157 uint64_t EndAddr = StartAddr + Size; in mayCrossBoundary() local 1159 ((EndAddr - 1) >> Log2(BoundaryAlignment)); in mayCrossBoundary() 1170 uint64_t EndAddr = StartAddr + Size; in isAgainstBoundary() local 1171 return (EndAddr & (BoundaryAlignment.value() - 1)) == 0; in isAgainstBoundary()
|
H A D | MachObjectWriter.cpp | 135 uint64_t EndAddr = getSectionAddress(Sec) + Asm.getSectionAddressSize(*Sec); in getPaddingSize() local 143 return offsetToAlignment(EndAddr, NextSec.getAlign()); in getPaddingSize()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 512 uint64_t EndAddr = StartAddr + Lines.header()->CodeSize; in findLineTable() local 515 Entries.push_back({EndAddr, LastLine, ColNum, Group.NameIndex, true}); in findLineTable()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1364 uint64_t EndAddr = Address.Address + Size; in lookupAddressRangeImpl() local 1380 while (SeqPos != LastSeq && SeqPos->LowPC < EndAddr) { in lookupAddressRangeImpl() 1390 findRowInSeq(CurSeq, {EndAddr - 1, Address.SectionIndex}); in lookupAddressRangeImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 613 void mapVTableAddress(uint64_t StartAddr, uint64_t EndAddr, uint64_t MD5Val) { in mapVTableAddress() argument 614 VTableAddrMap.insert(StartAddr, EndAddr, MD5Val); in mapVTableAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 2915 uint32_t EndAddr = Address + S.Size - 1; in writeSection() local 2916 Type = std::max(SRecord::getType(EndAddr), Type); in writeSection()
|