Searched refs:ApplyFunctions (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp57 static ApplyFunctionMap ApplyFunctions(ApplyFunctionList,
80 assert(ApplyFunctions.find(type) != ApplyFunctions.end());
81 return ApplyFunctions[type].func(pRelocation, *this);
86 assert(ApplyFunctions.find(pType) != ApplyFunctions.end());
87 return ApplyFunctions[pType].name;
92 return ApplyFunctions[pType].size;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp168 static const ApplyFunctionTriple ApplyFunctions[] = { variable
197 if (info.type() >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0]))
200 const ApplyFunctionTriple & triple = ApplyFunctions[info.type()];
218 return ApplyFunctions[pType & 0xff].name;
223 return ApplyFunctions[pType & 0xff].size;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp139 static const ApplyFunctionTriple ApplyFunctions[] = { variable
182 return ApplyFunctions[type].func(pRelocation, *this);
186 return ApplyFunctions[pType].name;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp334 static const ApplyFunctionTriple ApplyFunctions[] = { variable
359 return ApplyFunctions[type].func(pRelocation, *this);
364 return ApplyFunctions[pType].name;

Completed in 143 milliseconds