Home
last modified time | relevance | path

Searched refs:RelSymbol (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp119 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 …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp119 const MCSymbol *RelSymbol = nullptr; in RecordX86_64Relocation() local
213 RelSymbol = B_Base; in RecordX86_64Relocation()
224 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation()
234 RelSymbol = nullptr; in RecordX86_64Relocation()
240 if (RelSymbol) { in RecordX86_64Relocation()
242 if (RelSymbol != Symbol) in RecordX86_64Relocation()
244 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
556 const MCSymbol *RelSymbol = nullptr; in RecordX86Relocation() local
577 RelSymbol = A; in RecordX86Relocation()
[all …]
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp119 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp164 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
298 RelSymbol = B_Base; in recordRelocation()
340 RelSymbol = Base; in recordRelocation()
382 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
387 RelSymbol = nullptr; in recordRelocation()
403 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp164 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()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp157 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
291 RelSymbol = B_Base; in recordRelocation()
348 RelSymbol = Base; in recordRelocation()
401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
406 RelSymbol = nullptr; in recordRelocation()
422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp332 const MCSymbol *RelSymbol = nullptr; in RecordPPCRelocation() local
354 RelSymbol = A; in RecordPPCRelocation()
373 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp333 const MCSymbol *RelSymbol = nullptr; in RecordPPCRelocation() local
355 RelSymbol = A; in RecordPPCRelocation()
374 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
/external/llvm-project/llvm/include/llvm/MC/
DMCMachObjectWriter.h232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument
234 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument
217 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h229 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() argument
231 RelAndSymbol P(RelSymbol, MRE); in addRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp402 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
422 RelSymbol = A; in recordRelocation()
476 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp429 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
449 RelSymbol = A; in recordRelocation()
503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp429 const MCSymbol *RelSymbol = nullptr; in recordRelocation() local
449 RelSymbol = A; in recordRelocation()
503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp116 template <class ELFT> struct RelSymbol { struct
117 RelSymbol(const typename ELFT::Sym *S, StringRef N) in RelSymbol() argument
435 Expected<RelSymbol<ELFT>> getRelocationTarget(const Relocation<ELFT> &R,
941 const RelSymbol<ELFT> &RelSym);
1113 Expected<RelSymbol<ELFT>>
1117 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget()
1125 return RelSymbol<ELFT>(nullptr, ""); in getRelocationTarget()
1135 return RelSymbol<ELFT>(Sym, SymbolName); in getRelocationTarget()
3693 Expected<RelSymbol<ELFT>> Target = in printReloc()
3709 const RelSymbol<ELFT> &RelSym) { in printRelRelaReloc()
[all …]