Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp484 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection, in handleSection() argument
530 CurCUIndexSection = Contents; in handleSection()
595 StringRef CurCUIndexSection; in write() local
609 CurInfoSection, AbbrevSection, CurCUIndexSection, in write()
641 if (CurCUIndexSection.empty()) { in write()
711 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h78 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,