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/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp248 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypesFromDWP() argument
256 auto P = TypeIndexEntries.insert(std::make_pair(E.getSignature(), TUEntry)); in addAllTypesFromDWP()
280 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, in addAllTypes() argument
304 auto P = TypeIndexEntries.insert(std::make_pair(Signature, Entry)); in addAllTypes()
558 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; in write() local
613 addAllTypes(Out, TypeIndexEntries, TypesSection, CurTypesSection, in write()
670 Out, TypeIndexEntries, TUIndex, TypesSection, CurTypesSection.front(), in write()
680 TypeIndexEntries); in write()