Searched refs:SecSize (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink-elf.cpp | 155 auto SecSize = in registerELFGraphInfo() local 164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo() 167 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerELFGraphInfo()
|
| H A D | llvm-jitlink-coff.cpp | 153 auto SecSize = in registerCOFFGraphInfo() local 163 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo() 166 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerCOFFGraphInfo()
|
| H A D | llvm-jitlink-macho.cpp | 150 auto SecSize = in registerMachOGraphInfo() local 159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo() 162 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerMachOGraphInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 941 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 944 End = SecStart + SecSize; in decompressSection() 981 uint64_t SecSize = Entry.Size; in readImpl() local 992 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 995 SecSize = DecompressBufSize; in readImpl() 998 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 1000 if (Data != SecStart + SecSize) in readImpl()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 695 const uint64_t SecSize,
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1183 uint64_t SecSize = Sec.Size ? Sec.Size : 1; in sectionWithinSegment() local 1199 Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize; in sectionWithinSegment() 1203 Seg.Offset + Seg.FileSize >= Sec.OriginalOffset + SecSize; in sectionWithinSegment()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3148 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local 3153 Twine::utohexstr(SecSize)); in readMipsOptions()
|