Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp482 std::vector<StringRef> &CurTypesSection, in handleSection() argument
528 CurTypesSection.push_back(Contents); in handleSection()
592 std::vector<StringRef> CurTypesSection; in write() local
608 CurStrSection, CurStrOffsetSection, CurTypesSection, in write()
699 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
774 if (CurTypesSection.size() != 1) in write()
780 TypeInputSection = CurTypesSection.front(); in write()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h76 std::vector<StringRef> &CurTypesSection,