Searched refs:RelSymbol (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp157 const MCSymbol *RelSymbol = nullptr; local
291 RelSymbol = B_Base;
348 RelSymbol = Base;
401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
406 RelSymbol = nullptr;
422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp114 const MCSymbol *RelSymbol = nullptr; local
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; local
572 RelSymbol
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp333 const MCSymbol *RelSymbol = nullptr; local
355 RelSymbol = A;
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h213 // to a symbol it should be passed as \p RelSymbol so that it can be updated
216 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, argument
218 RelAndSymbol P(RelSymbol, MRE);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp401 const MCSymbol *RelSymbol = nullptr; local
421 RelSymbol = A;
473 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);

Completed in 40 milliseconds