Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1157 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 DMachObjectWriter.cpp135 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 DSymbolCache.cpp512 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 DDWARFDebugLine.cpp1364 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 DInstrProf.h613 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 DELFObject.cpp2915 uint32_t EndAddr = Address + S.Size - 1; in writeSection() local
2916 Type = std::max(SRecord::getType(EndAddr), Type); in writeSection()