Home
last modified time | relevance | path

Searched refs:CurTUIndexSection (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
532 CurTUIndexSection = Contents; in handleSection()
596 StringRef CurTUIndexSection; in write() local
610 CurTUIndexSection, SectionLength)) in write()
763 if (!CurTUIndexSection.empty()) { in write()
784 DataExtractor TUIndexData(CurTUIndexSection, Obj.isLittleEndian(), 0); in write()
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h78 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,