Searched refs:CurTUIndexSection (Results 1 – 2 of 2) sorted by relevance
543 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection, in handleSection() argument591 CurTUIndexSection = Contents; in handleSection()661 StringRef CurTUIndexSection; in write() local675 CurTUIndexSection, SectionLength)) in write()859 if (!CurTUIndexSection.empty()) { in write()880 DataExtractor TUIndexData(CurTUIndexSection, Obj.isLittleEndian(), 0); in write()
85 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,