HomeSort by: relevance | last modified time | path
    Searched defs:RelSymbol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 164 const MCSymbol *RelSymbol = nullptr;
298 RelSymbol = B_Base;
340 RelSymbol = Base;
386 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
391 RelSymbol = nullptr;
407 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 429 const MCSymbol *RelSymbol = nullptr;
449 RelSymbol = A;
503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 119 const MCSymbol *RelSymbol = nullptr;
212 RelSymbol = B_Base;
223 RelSymbol = Asm.getAtom(*Symbol);
233 RelSymbol = nullptr;
239 if (RelSymbol) {
241 if (RelSymbol != Symbol)
243 Layout.getSymbolOffset(*RelSymbol);
360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
552 const MCSymbol *RelSymbol = nullptr;
573 RelSymbol = A
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 85 template <class ELFT> struct RelSymbol {
86 RelSymbol(const typename ELFT::Sym *S, StringRef N)
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, "");
794 return RelSymbol<ELFT>(nullptr, "");
805 return RelSymbol<ELFT>(Sym, SymbolName)
    [all...]

Completed in 27 milliseconds