Searched refs:CurTypesSection (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 391 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, in handleSection() argument 443 CurTypesSection.push_back(Contents); in handleSection() 507 std::vector<StringRef> CurTypesSection; in write() local 518 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection, in write() 539 addAllTypes(Out, TypeIndexEntries, TypesSection, CurTypesSection, in write() 576 if (!CurTypesSection.empty()) { in write() 577 if (CurTypesSection.size() != 1) in write() 584 CurTypesSection.front(), CurEntry, in write()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 394 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, in handleSection() argument 446 CurTypesSection.push_back(Contents); in handleSection() 539 std::vector<StringRef> CurTypesSection; in write() local 550 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection, in write() 571 addAllTypes(Out, TypeIndexEntries, TypesSection, CurTypesSection, in write() 608 if (!CurTypesSection.empty()) { in write() 609 if (CurTypesSection.size() != 1) in write() 616 CurTypesSection.front(), CurEntry, in write()
|