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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp40 static const ApplyFunctionTriple ApplyFunctions[] = { variable
61 if (type >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) {
66 return ApplyFunctions[type].func(pRelocation, *this);
71 return ApplyFunctions[pType].name;
76 return ApplyFunctions[pType].size;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp42 static const ApplyFunctionTriple ApplyFunctions[] = { variable
67 return ApplyFunctions[type].func(pRelocation, *this);
72 return ApplyFunctions[pType].name;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp40 static const ApplyFunctionTriple ApplyFunctions[] = { variable
87 return ApplyFunctions[type].func(pRelocation, *this);
92 return ApplyFunctions[pType].name;

Completed in 68 milliseconds