Searched refs:CurInfoSection (Results 1 – 2 of 2) sorted by relevance
563 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection, in handleSection() argument614 CurInfoSection.push_back(Contents); in handleSection()679 std::vector<StringRef> CurInfoSection; in write() local695 CurInfoSection, AbbrevSection, CurCUIndexSection, in write()699 if (CurInfoSection.empty()) in write()703 parseInfoSectionUnitHeader(CurInfoSection.front()); in write()745 for (StringRef Info : CurInfoSection) { in write()822 if (CurInfoSection.size() != 1) in write()825 StringRef DwpSingleInfoSection = CurInfoSection.front(); in write()
83 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection,