Searched refs:SecSize (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 964 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 967 End = SecStart + SecSize; in decompressSection() 1004 uint64_t SecSize = Entry.Size; in readImpl() local 1015 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 1018 SecSize = DecompressBufSize; in readImpl() 1021 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 1023 if (Data != SecStart + SecSize) in readImpl()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 213 uint64_t SecSize = Sec.getSize(); in dumpCXXData() local 223 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 712 const uint64_t SecSize,
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1224 uint64_t SecSize = Sec.Size ? Sec.Size : 1; in sectionWithinSegment() local 1240 Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize; in sectionWithinSegment() 1244 Seg.Offset + Seg.FileSize >= Sec.OriginalOffset + SecSize; in sectionWithinSegment()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3363 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local 3368 Twine::utohexstr(SecSize)); in readMipsOptions()
|