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 40 static const ApplyFunctionTriple ApplyFunctions[] = {
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/
ARMRelocator.cpp 42 static const ApplyFunctionTriple ApplyFunctions[] = {
67 return ApplyFunctions[type].func(pRelocation, *this);
72 return ApplyFunctions[pType].name;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 40 static const ApplyFunctionTriple ApplyFunctions[] = {
87 return ApplyFunctions[type].func(pRelocation, *this);
92 return ApplyFunctions[pType].name;
    [all...]

Completed in 140 milliseconds