Home
last modified time | relevance | path

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

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