HomeSort by relevance Sort by last modified time
    Searched defs:RelSymbol (Results 1 - 4 of 4) 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/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 333 const MCSymbol *RelSymbol = nullptr;
355 RelSymbol = A;
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 402 const MCSymbol *RelSymbol = nullptr;
422 RelSymbol = A;
476 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 119 const MCSymbol *RelSymbol = nullptr;
213 RelSymbol = B_Base;
224 RelSymbol = Asm.getAtom(*Symbol);
234 RelSymbol = nullptr;
240 if (RelSymbol) {
242 if (RelSymbol != Symbol)
244 Layout.getSymbolOffset(*RelSymbol);
362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
556 const MCSymbol *RelSymbol = nullptr;
577 RelSymbol = A
    [all...]

Completed in 3687 milliseconds