OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 79 milliseconds