Searched refs:pFinished (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h132 /// (i.e. layout is changed), and set pFinished to true if everything is fit,
134 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DAArch64LDBackend.cpp362 bool& pFinished) {
431 pFinished = true;
454 pFinished = false;
360 doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h156 /// (i.e. layout is changed), and set pFinished to true if everything is fit,
158 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DARMLDBackend.cpp818 bool& pFinished) {
901 pFinished = true;
924 pFinished = false;
816 doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h105 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DHexagonLDBackend.cpp547 bool& pFinished) {
602 pFinished = true;
625 pFinished = false;
545 doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h162 /// (i.e. layout is changed), and set pFinished to true if everything is fit,
164 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DMipsLDBackend.cpp797 bool& pFinished) {
829 pFinished = true;
853 pFinished = false;
795 doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) argument
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h441 /// (i.e. layout is changed), and set pFinished to true if everything is fit,
443 virtual bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) { argument

Completed in 126 milliseconds