Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp392 StringRef &AbbrevSection, StringRef &CurCUIndexSection, in handleSection() argument
445 CurCUIndexSection = Contents; in handleSection()
510 StringRef CurCUIndexSection; in write() local
519 AbbrevSection, CurCUIndexSection, CurTUIndexSection)) in write()
528 if (CurCUIndexSection.empty()) { in write()
545 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp435 StringRef &AbbrevSection, StringRef &CurCUIndexSection, in handleSection() argument
490 CurCUIndexSection = Contents; in handleSection()
584 StringRef CurCUIndexSection; in write() local
593 AbbrevSection, CurCUIndexSection, CurTUIndexSection)) in write()
602 if (CurCUIndexSection.empty()) { in write()
620 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write()