Home
last modified time | relevance | path

Searched defs:SectionLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp544 handleSection(const StringMap<std::pair<MCSection *,DWARFSectionKind>> & KnownSections,const MCSection * StrSection,const MCSection * StrOffsetSection,const MCSection * TypesSection,const MCSection * CUIndexSection,const MCSection * TUIndexSection,const MCSection * InfoSection,const SectionRef & Section,MCStreamer & Out,std::deque<SmallString<32>> & UncompressedSections,uint32_t (& ContributionOffsets)[8],UnitIndexEntry & CurEntry,StringRef & CurStrSection,StringRef & CurStrOffsetSection,std::vector<StringRef> & CurTypesSection,std::vector<StringRef> & CurInfoSection,StringRef & AbbrevSection,StringRef & CurCUIndexSection,StringRef & CurTUIndexSection,std::vector<std::pair<DWARFSectionKind,uint32_t>> & SectionLength) handleSection() argument
666 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; write() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h180 std::optional<uint32_t> SectionLength; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp808 unsigned SectionLength = A.getStartIdx() + A.getLength(); in compareStructure() local