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.cpp562 std::vector<StringRef> &CurTypesSection, in handleSection() argument
608 CurTypesSection.push_back(Contents); in handleSection()
678 std::vector<StringRef> CurTypesSection; in write() local
694 CurStrSection, CurStrOffsetSection, CurTypesSection, in write()
812 Out, TypeIndexEntries, TypesSection, CurTypesSection, CurEntry, in write()
891 if (CurTypesSection.size() != 1) in write()
897 TypeInputSection = CurTypesSection.front(); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h82 std::vector<StringRef> &CurTypesSection,