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

  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 403 const MCSymbol *RelocSymbol = NULL;
409 RelocSymbol = SymbolToReloc(Asm, Target, *Fragment, Fixup, IsPCRel);
424 if (!RelocSymbol) {
434 WeakrefUsedInReloc.insert(RelocSymbol);
436 UsedInReloc.insert(RelocSymbol);
447 (RelocSymbol != 0), Addend);
462 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp 414 Buf->setSymbolAndType(Reloc.RelocSymbol->Index, Reloc.Type, false);
435 if (ToRemove(*Reloc.RelocSymbol))
436 error("not stripping symbol `" + Reloc.RelocSymbol->Name +
442 Reloc.RelocSymbol->Referenced = true;
765 ToAdd.RelocSymbol = SymbolTable->getSymbolByIndex(Rel.getSymbol(false));
    [all...]
Object.h 467 Symbol *RelocSymbol = nullptr;
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]

Completed in 140 milliseconds