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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp326 if (!isOutputPIC(pOutput, pLDInfo))
384 if (isOutputPIC(pOutput, pLDInfo)) {
405 if (isOutputPIC(pOutput, pLDInfo)) {
436 if (isOutputPIC(pOutput, pLDInfo)) {
/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) ||
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h302 /// isOutputPIC - return whether the output is position-independent
303 bool isOutputPIC(const Output& pOutput, const MCLDInfo& pInfo) const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp285 if (isOutputPIC(pOutput, pLDInfo)) {

Completed in 85 milliseconds