Searched refs:addRelocation (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 229 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/ |
D | X86MachObjectWriter.cpp | 205 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/ |
D | AArch64MachObjectWriter.cpp | 232 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/ |
D | PPCMachObjectWriter.cpp | 282 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/ |
D | MCMachObjectWriter.h | 215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|