Home
last modified time | relevance | path

Searched refs:doesSymbolRequireExternRelocation (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp317 if (Writer->doesSymbolRequireExternRelocation(S)) in requiresExternRelocation()
392 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A)) in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp542 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) && in RecordX86Relocation()
571 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordX86Relocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h147 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp354 if (Writer->doesSymbolRequireExternRelocation(*A)) { in RecordPPCRelocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp41 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) { in doesSymbolRequireExternRelocation() function in MachObjectWriter