Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp493 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection, in handleSection() argument
541 CurTUIndexSection = Contents; in handleSection()
609 StringRef CurTUIndexSection; in write() local
623 CurTUIndexSection, SectionLength)) in write()
777 if (!CurTUIndexSection.empty()) { in write()
798 DataExtractor TUIndexData(CurTUIndexSection, Obj.isLittleEndian(), 0); in write()
/openbsd/gnu/llvm/llvm/include/llvm/DWP/
H A DDWP.h78 StringRef &CurCUIndexSection, StringRef &CurTUIndexSection,