Searched refs:RelSymbol (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 114 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local 206 RelSymbol = B_Base; in RecordX86_64Relocation() 217 RelSymbol = Writer->getAtom(*Symbol); in RecordX86_64Relocation() 227 RelSymbol = nullptr; in RecordX86_64Relocation() 233 if (RelSymbol) { in RecordX86_64Relocation() 235 if (RelSymbol != Symbol) in RecordX86_64Relocation() 236 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation() 341 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 520 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local 551 RelSymbol = A; in RecordX86Relocation() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 159 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 283 RelSymbol = B_Base; in recordRelocation() 326 RelSymbol = Base; in recordRelocation() 370 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 375 RelSymbol = nullptr; in recordRelocation() 428 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 404 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 434 RelSymbol = A; in recordRelocation() 488 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 319 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument 321 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 94 template <class ELFT> struct RelSymbol { struct 95 RelSymbol(const typename ELFT::Sym *S, StringRef N) in RelSymbol() argument 288 const RelSymbol<ELFT> &RelSym) = 0; 418 Expected<RelSymbol<ELFT>> getRelocationTarget(const Relocation<ELFT> &R, 673 const RelSymbol<ELFT> &RelSym) override; 737 const RelSymbol<ELFT> &RelSym) override; 896 Expected<RelSymbol<ELFT>> 900 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget() 910 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget() 921 return RelSymbol<ELFT>(Sym, SymbolName); in getRelocationTarget() [all …]
|