Searched refs:SecSize (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugArangeSetTest.cpp | 28 template <size_t SecSize> 29 void ExpectExtractError(const char (&SecDataRaw)[SecSize], in ExpectExtractError() argument 31 DWARFDataExtractor Extractor(StringRef(SecDataRaw, SecSize - 1), in ExpectExtractError()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink-elf.cpp | 156 auto SecSize = in registerELFGraphInfo() local 165 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo() 168 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerELFGraphInfo()
|
| H A D | llvm-jitlink-macho.cpp | 151 auto SecSize = in registerMachOGraphInfo() local 160 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo() 163 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerMachOGraphInfo()
|
| H A D | llvm-jitlink-coff.cpp | 154 auto SecSize = in registerCOFFGraphInfo() local 164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo() 167 ArrayRef<char>(FirstSym->getBlock().getContent().data(), SecSize), in registerCOFFGraphInfo()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 867 const uint8_t *SecStart, const uint64_t SecSize, in decompressSection() argument 870 End = SecStart + SecSize; in decompressSection() 907 uint64_t SecSize = Entry.Size; in readImpl() local 918 SecStart, SecSize, DecompressBuf, DecompressBufSize)) in readImpl() 921 SecSize = DecompressBufSize; in readImpl() 924 if (std::error_code EC = readOneSection(SecStart, SecSize, Entry)) in readImpl() 926 if (Data != SecStart + SecSize) in readImpl()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 692 const uint64_t SecSize,
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1162 uint64_t SecSize = Sec.Size ? Sec.Size : 1; in sectionWithinSegment() local 1178 Seg.VAddr + Seg.MemSize >= Sec.Addr + SecSize; in sectionWithinSegment() 1182 Seg.Offset + Seg.FileSize >= Sec.OriginalOffset + SecSize; in sectionWithinSegment()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3143 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local 3148 Twine::utohexstr(SecSize)); in readMipsOptions()
|