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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp167 StringRef CurStrOffsetSection,
171 if (CurStrSection.empty() || CurStrOffsetSection.empty())
185 Data = DataExtractor(CurStrOffsetSection, true, 0);
191 uint64_t Size = CurStrOffsetSection.size();
546 StringRef &CurStrSection, StringRef &CurStrOffsetSection,
597 CurStrOffsetSection = Contents;
693 StringRef CurStrOffsetSection; local
705 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection,
719 CurStrOffsetSection, CompileUnitHeader);
723 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSectio
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 61 milliseconds