Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp155 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 Dllvm-jitlink-coff.cpp153 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 Dllvm-jitlink-macho.cpp150 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 DSampleProfReader.cpp941 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 Dllvm-cxxdump.cpp213 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 DSampleProfReader.h695 const uint64_t SecSize,
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1183 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 DELFDumper.cpp3148 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local
3153 Twine::utohexstr(SecSize)); in readMipsOptions()