Searched refs:doesSymbolRequireExternRelocation (Results 1 – 5 of 5) sorted by relevance
317 if (Writer->doesSymbolRequireExternRelocation(S)) in requiresExternRelocation()392 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A)) in recordRelocation()
542 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in RecordX86Relocation()571 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordX86Relocation()
147 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
354 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordPPCRelocation()
41 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() function in MachObjectWriter