Home
last modified time | relevance | path

Searched refs:mayRelax (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h128 bool mayRelax() { return true; } in mayRelax() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h149 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/
DTargetLDBackend.h168 virtual bool mayRelax() = 0;
DGNULDBackend.h437 virtual bool mayRelax() { return false; } in mayRelax() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h158 bool mayRelax() { return true; } in mayRelax() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2913 if (!mayRelax()) in relax()