Searched refs:SecSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp591 const uint8_t *SecStart, const uint64_t SecSize,
594 End = SecStart + SecSize;
629 uint64_t SecSize = Entry.Size; local
640 SecStart, SecSize, DecompressBuf, DecompressBufSize))
643 SecSize = DecompressBufSize;
646 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry))
648 if (Data != SecStart + SecSize)
590 decompressSection( const uint8_t *SecStart, const uint64_t SecSize, const uint8_t *&DecompressBuf, uint64_t &DecompressBufSize) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h583 const uint64_t SecSize,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp212 uint64_t SecSize = Sec.getSize(); local
222 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1093 uint64_t SecSize = Sec.Size ? Sec.Size : 1; local
1105 Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize;
1109 Seg.Offset + Seg.FileSize >= Sec.OriginalOffset + SecSize;

Completed in 133 milliseconds