Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp565 std::vector<StringRef> &CurTypesSection, in handleSection() argument
611 CurTypesSection.push_back(Contents); in handleSection()
681 std::vector<StringRef> CurTypesSection; in write() local
697 CurStrSection, CurStrOffsetSection, CurTypesSection, in write()
815 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
894 if (CurTypesSection.size() != 1) in write()
900 TypeInputSection = CurTypesSection.front(); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h83 std::vector<StringRef> &CurTypesSection,