Searched refs:KeyEntryMap (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h15 #include <mcld/Target/KeyEntryMap.h>
30 typedef KeyEntryMap<ResolveInfo, PLTEntryBase> SymPLTMap;
31 typedef KeyEntryMap<ResolveInfo, HexagonGOTEntry> SymGOTMap;
32 typedef KeyEntryMap<ResolveInfo, HexagonGOTEntry> SymGOTPLTMap;
33 typedef KeyEntryMap<Relocation, Relocation> RelRelMap;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h14 #include <mcld/Target/KeyEntryMap.h>
41 typedef KeyEntryMap<ResolveInfo, AArch64GOTEntry> SymGOTMap;
42 typedef KeyEntryMap<ResolveInfo, AArch64PLT1> SymPLTMap;
43 typedef KeyEntryMap<Relocation, Relocation> RelRelMap;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h15 #include <mcld/Target/KeyEntryMap.h>
30 typedef KeyEntryMap<ResolveInfo, PLTEntryBase> SymPLTMap;
124 typedef KeyEntryMap<ResolveInfo, X86_32GOTEntry> SymGOTMap;
125 typedef KeyEntryMap<ResolveInfo, X86_32GOTEntry> SymGOTPLTMap;
186 typedef KeyEntryMap<ResolveInfo, X86_64GOTEntry> SymGOTMap;
187 typedef KeyEntryMap<ResolveInfo, X86_64GOTEntry> SymGOTPLTMap;
188 typedef KeyEntryMap<Relocation, Relocation> RelRelMap;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h14 #include <mcld/Target/KeyEntryMap.h>
26 typedef KeyEntryMap<ResolveInfo, ARMGOTEntry> SymGOTMap;
27 typedef KeyEntryMap<ResolveInfo, ARMPLT1> SymPLTMap;
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h1 //===- KeyEntryMap.h ---------------------------------------------------===//
17 /** \class KeyEntryMap
18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
21 class KeyEntryMap class in namespace:mcld
93 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) const
107 KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey)
121 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey) const
135 KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry(const KeyType& pKey)
149 KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry(const KeyType& pKey) const
163 KeyEntryMap<KeyTyp
[all...]

Completed in 510 milliseconds