OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mayRelax
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
128
///
mayRelax
- Backends should override this function if they need relaxation
129
bool
mayRelax
() { return true; }
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
104
bool
mayRelax
() { return true; }
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
373
///
mayRelax
- Backends should override this function if they need relaxation
374
virtual bool
mayRelax
() { return false; }
Completed in 1235 milliseconds