ΒΆllvm::Error handleSection(
    const StringMap<
        std::pair<MCSection*, DWARFSectionKind>>&
        KnownSections,
    const llvm::MCSection* StrSection,
    const llvm::MCSection* StrOffsetSection,
    const llvm::MCSection* TypesSection,
    const llvm::MCSection* CUIndexSection,
    const llvm::MCSection* TUIndexSection,
    const llvm::MCSection* InfoSection,
    const object::SectionRef& Section,
    llvm::MCStreamer& Out,
    std::deque<SmallString<32>>&
        UncompressedSections,
    uint32_t (&)[8] ContributionOffsets,
    llvm::UnitIndexEntry& CurEntry,
    llvm::StringRef& CurStrSection,
    llvm::StringRef& CurStrOffsetSection,
    std::vector<StringRef>& CurTypesSection,
    std::vector<StringRef>& CurInfoSection,
    llvm::StringRef& AbbrevSection,
    llvm::StringRef& CurCUIndexSection,
    llvm::StringRef& CurTUIndexSection,
    std::vector<
        std::pair<DWARFSectionKind, uint32_t>>&
        SectionLength)

Declared at: llvm/include/llvm/DWP/DWP.h:67

Parameters

const StringMap< std::pair<MCSection*, DWARFSectionKind>>& KnownSections
const llvm::MCSection* StrSection
const llvm::MCSection* StrOffsetSection
const llvm::MCSection* TypesSection
const llvm::MCSection* CUIndexSection
const llvm::MCSection* TUIndexSection
const llvm::MCSection* InfoSection
const object::SectionRef& Section
llvm::MCStreamer& Out
std::deque<SmallString<32>>& UncompressedSections
uint32_t (&)[8] ContributionOffsets
llvm::UnitIndexEntry& CurEntry
llvm::StringRef& CurStrSection
llvm::StringRef& CurStrOffsetSection
std::vector<StringRef>& CurTypesSection
std::vector<StringRef>& CurInfoSection
llvm::StringRef& AbbrevSection
llvm::StringRef& CurCUIndexSection
llvm::StringRef& CurTUIndexSection
std::vector< std::pair<DWARFSectionKind, uint32_t>>& SectionLength