Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp963 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument
966 End = SecStart + SecSize; in decompressSection()
1003 uint64_t SecSize = Entry.Size; in readImpl() local
1014 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl()
1017 SecSize = DecompressBufSize; in readImpl()
1020 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl()
1022 if (Data != SecStart + SecSize) in readImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp213 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 DSampleProfReader.h712 const uint64_t SecSize,
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1198 uint64_t SecSize = Sec.Size ? Sec.Size : 1; in sectionWithinSegment() local
1214 Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize; in sectionWithinSegment()
1218 Seg.Offset + Seg.FileSize >= Sec.OriginalOffset + SecSize; in sectionWithinSegment()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3387 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local
3392 Twine::utohexstr(SecSize)); in readMipsOptions()