Searched refs:CurStrSection (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp166 StringRef CurStrSection,
171 if (CurStrSection.empty() || CurStrOffsetSection.empty())
176 DataExtractor Data(CurStrSection, true, 0);
546 StringRef &CurStrSection, StringRef &CurStrOffsetSection,
599 CurStrSection = Contents;
692 StringRef CurStrSection; local
705 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection,
718 writeStringsAndOffsets(Out, Strings, StrOffsetSection, CurStrSection,
723 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection);
756 CurStrSection);
164 writeStringsAndOffsets(MCStreamer &Out, DWPStringPool &Strings, MCSection *StrOffsetSection, StringRef CurStrSection, StringRef CurStrOffsetSection, const CompileUnitHeader &Header) argument
539 handleSection( const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, const MCSection *StrSection, const MCSection *StrOffsetSection, const MCSection *TypesSection, const MCSection *CUIndexSection, const MCSection *TUIndexSection, const SectionRef &Section, MCStreamer &Out, std::deque<SmallString<32>> &UncompressedSections, uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, StringRef &CurStrSection, StringRef &CurStrOffsetSection, std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, StringRef &AbbrevSection, StringRef &CurCUIndexSection, StringRef &CurTUIndexSection) argument
[all...]

Completed in 189 milliseconds