HomeSort by relevance Sort by last modified time
    Searched refs:ApplyFunctions (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 38 static const ApplyFunctionTriple ApplyFunctions[] = {
58 if (type >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) {
63 return ApplyFunctions[type].func(pRelocation, *this);
68 return ApplyFunctions[pType].name;
73 return ApplyFunctions[pType].size;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 38 static const ApplyFunctionTriple ApplyFunctions[] = {
64 return ApplyFunctions[type].func(pRelocation, *this);
69 return ApplyFunctions[pType].name;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 38 static const ApplyFunctionTriple ApplyFunctions[] = {
62 return ApplyFunctions[type].func(pRelocation, *this);
67 return ApplyFunctions[pType].name;

Completed in 47 milliseconds