Searched refs:RelSymbol (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 119 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local 212 RelSymbol = B_Base; in RecordX86_64Relocation() 223 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation() 233 RelSymbol = nullptr; in RecordX86_64Relocation() 239 if (RelSymbol) { in RecordX86_64Relocation() 241 if (RelSymbol != Symbol) in RecordX86_64Relocation() 243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation() 360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 552 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local 573 RelSymbol = A; in RecordX86Relocation() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 164 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 298 RelSymbol = B_Base; in recordRelocation() 340 RelSymbol = Base; in recordRelocation() 386 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 391 RelSymbol = nullptr; in recordRelocation() 407 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument 234 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 429 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local 449 RelSymbol = A; in recordRelocation() 503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 85 template <class ELFT> struct RelSymbol { struct 86 RelSymbol(const typename ELFT::Sym *S, StringRef N) in RelSymbol() function 267 const RelSymbol<ELFT> &RelSym) = 0; 376 Expected<RelSymbol<ELFT>> getRelocationTarget(const Relocation<ELFT> &R, 620 const RelSymbol<ELFT> &RelSym) override; 673 const RelSymbol<ELFT> &RelSym) override; 780 Expected<RelSymbol<ELFT>> 784 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget() 794 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget() 805 return RelSymbol<ELFT>(Sym, SymbolName); in getRelocationTarget() [all …]
|