Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp541 std::vector<StringRef> &CurTypesSection, in handleSection() argument
587 CurTypesSection.push_back(Contents); in handleSection()
657 std::vector<StringRef> CurTypesSection; in write() local
673 CurStrSection, CurStrOffsetSection, CurTypesSection, in write()
791 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
870 if (CurTypesSection.size() != 1) in write()
876 TypeInputSection = CurTypesSection.front(); in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h83 std::vector<StringRef> &CurTypesSection,