Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp543 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection, in handleSection() argument
589 CurCUIndexSection = Contents; in handleSection()
660 StringRef CurCUIndexSection; in write() local
674 CurInfoSection, AbbrevSection, CurCUIndexSection, in write()
721 if (CurCUIndexSection.empty()) { in write()
807 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h85 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,