Home
last modified time | relevance | path

Searched refs:CurInfoSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp563 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection, in handleSection() argument
614 CurInfoSection.push_back(Contents); in handleSection()
679 std::vector<StringRef> CurInfoSection; in write() local
695 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h83 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection,