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

/external/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);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp119 const MCSymbol *RelSymbol = nullptr; local
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; local
577 RelSymbol
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp333 const MCSymbol *RelSymbol = nullptr; local
355 RelSymbol = A;
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h212 // 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, argument
217 RelAndSymbol P(RelSymbol, MRE);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp402 const MCSymbol *RelSymbol = nullptr; local
422 RelSymbol = A;
476 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);

Completed in 173 milliseconds