Home
last modified time | relevance | path

Searched refs:CurCUIndexSection (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
613 CurCUIndexSection = Contents; in handleSection()
684 StringRef CurCUIndexSection; in write() local
698 CurInfoSection, AbbrevSection, CurCUIndexSection, in write()
745 if (CurCUIndexSection.empty()) { in write()
831 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h85 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,