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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 395 StringRef &AbbrevSection, StringRef &CurCUIndexSection, in handleSection() argument 448 CurCUIndexSection = Contents; in handleSection() 542 StringRef CurCUIndexSection; in write() local 551 AbbrevSection, CurCUIndexSection, CurTUIndexSection)) in write() 560 if (CurCUIndexSection.empty()) { in write() 577 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write()
|