HomeSort by relevance Sort by last modified time
    Searched refs:SymB (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCValue.h 41 const MCSymbolRefExpr *SymA, *SymB;
48 const MCSymbolRefExpr *getSymB() const { return SymB; }
52 bool isAbsolute() const { return !SymA && !SymB; }
63 const MCSymbolRefExpr *SymB = nullptr,
68 R.SymB = SymB;
77 R.SymB = nullptr;
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 640 const auto &SymB = cast<MCSymbolELF>(RefB->getSymbol());
642 if (SymB.isUndefined()) {
645 Twine("symbol '") + SymB.getName() +
650 assert(!SymB.isAbsolute() && "Should have been folded");
651 const MCSection &SecB = SymB.getSection();
658 if (::isWeak(SymB)) {
664 uint64_t SymBOffset = Layout.getSymbolOffset(SymB);
    [all...]
WinCOFFObjectWriter.cpp 93 COFFSymbol *Symb;
95 COFFRelocation() : Symb(nullptr) {}
674 const MCSymbolRefExpr *SymB = Target.getSymB();
677 if (SymB) {
678 const MCSymbol *B = &SymB->getSymbol();
700 // In the case where we have SymbA and SymB, we just need to store the delta
729 Reloc.Symb = SectionMap[TargetSection]->Symbol;
735 Reloc.Symb = SymbolMap[&A];
738 ++Reloc.Symb->Relocations;
953 assert(Relocation.Symb->getIndex() != -1)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 161 milliseconds