Searched refs:SecSize (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink-elf.cpp | 155 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 D | llvm-jitlink-macho.cpp | 150 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 D | SampleProfReader.cpp | 785 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 D | llvm-cxxdump.cpp | 212 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 D | SampleProfReader.h | 642 const uint64_t SecSize,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
| H A D | Object.cpp | 1206 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 D | ELFDumper.cpp | 3045 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local 3050 Twine::utohexstr(SecSize)); in readMipsOptions()
|