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.cpp566 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection, in handleSection() argument
617 CurInfoSection.push_back(Contents); in handleSection()
682 std::vector<StringRef> CurInfoSection; in write() local
698 CurInfoSection, AbbrevSection, CurCUIndexSection, in write()
702 if (CurInfoSection.empty()) in write()
706 parseInfoSectionUnitHeader(CurInfoSection.front()); in write()
748 for (StringRef Info : CurInfoSection) { in write()
825 if (CurInfoSection.size() != 1) in write()
828 StringRef DwpSingleInfoSection = CurInfoSection.front(); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h84 std::vector<StringRef> &CurInfoSection, StringRef &AbbrevSection,