Searched refs:CurCUIndexSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 392 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/ |
D | llvm-dwp.cpp | 435 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()
|