Home
last modified time | relevance | path

Searched defs:mayRelax (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h120 bool mayRelax() { return true; } in mayRelax() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h148 bool mayRelax() { return true; } in mayRelax() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h147 bool mayRelax() { return true; } in mayRelax() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h103 bool mayRelax() { return true; } in mayRelax() function
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h431 virtual bool mayRelax() { return false; } in mayRelax() function