Searched refs:KeyEntryMap (Results 1 - 6 of 6) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonRelocator.h | 15 #include "mcld/Target/KeyEntryMap.h" 29 typedef KeyEntryMap<ResolveInfo, PLTEntryBase> SymPLTMap; 30 typedef KeyEntryMap<ResolveInfo, HexagonGOTEntry> SymGOTMap; 31 typedef KeyEntryMap<ResolveInfo, HexagonGOTEntry> SymGOTPLTMap; 32 typedef KeyEntryMap<Relocation, Relocation> RelRelMap;
|
/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86Relocator.h | 15 #include "mcld/Target/KeyEntryMap.h" 29 typedef KeyEntryMap<ResolveInfo, PLTEntryBase> SymPLTMap; 119 typedef KeyEntryMap<ResolveInfo, X86_32GOTEntry> SymGOTMap; 120 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/AArch64/ |
H A D | AArch64Relocator.h | 14 #include "mcld/Target/KeyEntryMap.h" 25 typedef KeyEntryMap<ResolveInfo, AArch64GOTEntry> SymGOTMap; 26 typedef KeyEntryMap<ResolveInfo, AArch64PLT1> SymPLTMap; 27 typedef KeyEntryMap<Relocation, Relocation> RelRelMap;
|
/frameworks/compile/mclinker/include/mcld/Target/ |
H A D | KeyEntryMap.h | 1 //===- KeyEntryMap.h ---------------------------------------------------===// 17 /** \class KeyEntryMap 18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map. 21 class KeyEntryMap { class in namespace:mcld 88 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUp( 101 EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) { 113 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( 126 EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( 139 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry( 152 EntryType* KeyEntryMap<KeyTyp [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMRelocator.h | 14 #include "mcld/Target/KeyEntryMap.h" 25 typedef KeyEntryMap<ResolveInfo, ARMGOTEntry> SymGOTMap; 26 typedef KeyEntryMap<ResolveInfo, ARMPLT1> SymPLTMap;
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocator.h | 14 #include "mcld/Target/KeyEntryMap.h" 35 typedef KeyEntryMap<ResolveInfo, PLTEntryBase> SymPLTMap; 36 typedef KeyEntryMap<ResolveInfo, Fragment> SymGOTPLTMap;
|
Completed in 248 milliseconds