Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument
208 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP()
230 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypes() argument
254 auto P = TypeIndexEntries.insert(std::make_pair(Signature, Entry)); in addAllTypes()
484 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local
539 addAllTypes(Out, TypeIndexEntries, TypesSection, CurTypesSection, in write()
583 addAllTypesFromDWP(Out, TypeIndexEntries, TUIndex, TypesSection, in write()
593 TypeIndexEntries); in write()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp211 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument
219 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP()
241 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypes() argument
265 auto P = TypeIndexEntries.insert(std::make_pair(Signature, Entry)); in addAllTypes()
516 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local
571 addAllTypes(Out, TypeIndexEntries, TypesSection, CurTypesSection, in write()
615 addAllTypesFromDWP(Out, TypeIndexEntries, TUIndex, TypesSection, in write()
625 TypeIndexEntries); in write()