HomeSort by relevance Sort by last modified time
    Searched refs:doesSymbolRequireExternRelocation (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 322 if (Writer->doesSymbolRequireExternRelocation(SD))
397 if (Offset && SD && !Writer->doesSymbolRequireExternRelocation(SD))
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 149 bool doesSymbolRequireExternRelocation(const MCSymbolData *SD);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 517 if (Offset && SD && !Writer->doesSymbolRequireExternRelocation(SD) &&
546 if (Writer->doesSymbolRequireExternRelocation(SD)) {
  /external/llvm/lib/MC/
MachObjectWriter.cpp 41 doesSymbolRequireExternRelocation(const MCSymbolData *SD) {
    [all...]

Completed in 49 milliseconds