Searched refs:addRelocation (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMachObjectWriter.cpp | 239 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 250 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 316 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 326 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 500 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation() 360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 437 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 459 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation() 599 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64MachObjectWriter.cpp | 239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 386 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 407 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCMachObjectWriter.h | 232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 765 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
|