Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugArangeSetTest.cpp28 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 Dllvm-jitlink-elf.cpp156 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 Dllvm-jitlink-macho.cpp151 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 Dllvm-jitlink-coff.cpp154 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 DSampleProfReader.cpp867 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 Dllvm-cxxdump.cpp213 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 DSampleProfReader.h692 const uint64_t SecSize,
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1162 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 DELFDumper.cpp3143 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() local
3148 Twine::utohexstr(SecSize)); in readMipsOptions()