reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AccelTable.cpp
  654     OS << *Sym;
lib/CodeGen/FaultMaps.cpp
   84   LLVM_DEBUG(dbgs() << WFMP << "  function addr: " << *FnLabel << "\n");
lib/CodeGen/MachineOperand.cpp
  587   OS << "<mcsymbol " << Sym << ">";
lib/MC/MCFragment.cpp
  449     OS << " Sym:" << *F->getFnStartSym();
lib/MC/MCSymbol.cpp
   86   dbgs() << *this;
lib/MC/WasmObjectWriter.cpp
  154         << ", Sym=" << *Symbol << ", Addend=" << Addend
 1060   LLVM_DEBUG(dbgs() << "registerFunctionType: " << Symbol
 1081   LLVM_DEBUG(dbgs() << "registerEventType: " << Symbol << " new:" << Pair.second
 1292         dbgs() << "MCSymbol: " << toString(WS.getType()) << " '" << S << "'"
 1411     LLVM_DEBUG(dbgs() << WS.getName() << ": weak alias of '" << *ResolvedSym
 1438     LLVM_DEBUG(dbgs() << "adding to symtab: " << WS << "\n");
lib/Target/AVR/AVRAsmPrinter.cpp
   75     O << *GetExternalSymbolSymbol(MO.getSymbolName());
   78     O << *MO.getMBB()->getSymbol();
lib/Target/BPF/BPFAsmPrinter.cpp
   86     O << *MO.getMBB()->getSymbol();
   90     O << *getSymbol(MO.getGlobal());
  100     O << *GetExternalSymbolSymbol(MO.getSymbolName());
lib/Target/Lanai/LanaiAsmPrinter.cpp
   78     O << *MO.getMBB()->getSymbol();
   82     O << *getSymbol(MO.getGlobal());
   92     O << *GetExternalSymbolSymbol(MO.getSymbolName());