Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink-elf.cpp155 uint64_t SecSize = in registerELFGraphInfo() local
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; in registerELFGraphInfo()
167 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerELFGraphInfo()
H A Dllvm-jitlink-macho.cpp150 uint64_t SecSize = in registerMachOGraphInfo() local
159 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr}; in registerMachOGraphInfo()
162 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerMachOGraphInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp785 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument
788 End = SecStart + SecSize; in decompressSection()
827 uint64_t SecSize = Entry.Size; in readImpl() local
838 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl()
841 SecSize = DecompressBufSize; in readImpl()
844 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl()
846 if (Data != SecStart + SecSize) in readImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp212 uint64_t SecSize = Sec.getSize(); in dumpCXXData() local
222 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h642 const uint64_t SecSize,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1206 uint64_t SecSize = Sec.Size ? Sec.Size : 1; in sectionWithinSegment() local
1222 Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize; in sectionWithinSegment()
1226 Seg.Offset + Seg.FileSize >= Sec.OriginalOffset + SecSize; in sectionWithinSegment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3045 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local
3050 Twine::utohexstr(SecSize)); in readMipsOptions()