Home
last modified time | relevance | path

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

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