HomeSort by: relevance | last modified time | path
    Searched refs:doesSymbolRequireExternRelocation (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 336 if (Writer->doesSymbolRequireExternRelocation(S))
419 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 164 bool doesSymbolRequireExternRelocation(const MCSymbol &S);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 543 if (Offset && A && !Writer->doesSymbolRequireExternRelocation(*A) &&
572 if (Writer->doesSymbolRequireExternRelocation(*A)) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 55 bool MachObjectWriter::doesSymbolRequireExternRelocation(const MCSymbol &S) {

Completed in 34 milliseconds