Home
last modified time | relevance | path

Searched defs:RelSymbol (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp119 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local
552 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp164 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp429 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp85 template <class ELFT> struct RelSymbol { struct
86 RelSymbol(const typename ELFT::Sym *S, StringRef N) in RelSymbol() argument
88 const typename ELFT::Sym *Sym;
89 std::string Name;