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

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 157 const MCSymbol *RelSymbol = nullptr;
291 RelSymbol = B_Base;
348 RelSymbol = Base;
401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
406 RelSymbol = nullptr;
422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 114 const MCSymbol *RelSymbol = nullptr;
208 RelSymbol = B_Base;
219 RelSymbol = Asm.getAtom(*Symbol);
229 RelSymbol = nullptr;
235 if (RelSymbol) {
237 if (RelSymbol != Symbol)
239 Layout.getSymbolOffset(*RelSymbol);
357 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
551 const MCSymbol *RelSymbol = nullptr;
572 RelSymbol = A
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 333 const MCSymbol *RelSymbol = nullptr;
355 RelSymbol = A;
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 212 // to a symbol it should be passed as \p RelSymbol so that it can be updated
215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec,
217 RelAndSymbol P(RelSymbol, MRE);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 401 const MCSymbol *RelSymbol = nullptr;
421 RelSymbol = A;
473 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);

Completed in 345 milliseconds