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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 911 if (!R.RelocSymbol || !R.RelocSymbol->DefinedIn ||
912 !ToRemove(R.RelocSymbol->DefinedIn))
917 R.RelocSymbol->DefinedIn->Name.data(),
919 R.RelocSymbol->Name.c_str());
976 Buf->setSymbolAndType(Reloc.RelocSymbol ? Reloc.RelocSymbol->Index : 0,
1003 if (Reloc.RelocSymbol && ToRemove(*Reloc.RelocSymbol))
1007 Reloc.RelocSymbol->Name.data())
    [all...]
Object.h 725 Symbol *RelocSymbol = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 1544 MCSymbol *RelocSymbol = PPCFI->getPICOffsetSymbol(*MF);
1546 OutStreamer->emitLabel(RelocSymbol);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 1143 auto RelocSymbol = cast<GlobalVariable>(
1149 .addGlobalAddress(RelocSymbol, 0, SIInstrInfo::MO_ABS32_LO);
SIISelLowering.cpp 6713 auto RelocSymbol = cast<GlobalVariable>(
6715 SDValue GA = DAG.getTargetGlobalAddress(RelocSymbol, DL, MVT::i32, 0,

Completed in 52 milliseconds