Searched defs:isOutputPIC (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp101 if (isOutputPIC(pOutput, pInfo))
1706 /// isOutputPIC - return whether the output is position-independent
1707 bool GNULDBackend::isOutputPIC(const Output& pOutput, function in class:GNULDBackend
1720 if (!isOutputPIC(pOutput, pInfo) && (*it)->attribute()->isStatic())
1782 if (isOutputPIC(pOutput, pLDInfo) && isAbsReloc)
1786 if (!isOutputPIC(pOutput, pLDInfo) && pSymHasPLT)
1804 if (isOutputPIC(pOutput, pLDInfo) ||

Completed in 31 milliseconds