Home
last modified time | relevance | path

Searched refs:addRelocation (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp229 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation()
240 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation()
297 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation()
307 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation()
470 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation()
473 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp205 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
357 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
434 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
456 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
498 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation()
595 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation()
401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp282 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
296 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function