Searched refs:CurTypesSection (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 565 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 D | DWP.h | 83 std::vector<StringRef> &CurTypesSection,
|