Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp56 static ApplyFunctionMap ApplyFunctions(ApplyFunctionList, variable
80 assert(ApplyFunctions.find(type) != ApplyFunctions.end()); in applyRelocation()
81 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()
85 assert(ApplyFunctions.find(pType) != ApplyFunctions.end()); in getName()
86 return ApplyFunctions[pType].name; in getName()
90 return ApplyFunctions[pType].size; in getSize()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp135 static const ApplyFunctionTriple ApplyFunctions[] = { variable
160 if (info.type() >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) in applyRelocation()
163 const ApplyFunctionTriple& triple = ApplyFunctions[info.type()]; in applyRelocation()
180 return ApplyFunctions[pType & 0xff].name; in getName()
788 return ApplyFunctions[pType & 0xff].size; in getSize()
826 return ApplyFunctions[(pType >> 16) & 0xff].size; in getSize()
828 return ApplyFunctions[(pType >> 8) & 0xff].size; in getSize()
829 return ApplyFunctions[pType & 0xff].size; in getSize()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp138 static const ApplyFunctionTriple ApplyFunctions[] = { variable
184 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()
188 return ApplyFunctions[pType].name; in getName()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp293 static const ApplyFunctionTriple ApplyFunctions[] = { variable
313 return ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()
317 return ApplyFunctions[pType].name; in getName()