Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp567 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection, in handleSection() argument
615 CurTUIndexSection = Contents; in handleSection()
685 StringRef CurTUIndexSection; in write() local
699 CurTUIndexSection, SectionLength)) in write()
883 if (!CurTUIndexSection.empty()) { in write()
904 DataExtractor TUIndexData(CurTUIndexSection, Obj.isLittleEndian(), 0); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h85 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,