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

References

include/llvm/CodeGen/DwarfStringPoolEntry.h
   47     assert(getMapEntry()->second.Symbol && "No symbol available!");
   48     return getMapEntry()->second.Symbol;
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  173     assert(S.Symbol && "No symbol available");
  174     emitDwarfSymbolReference(S.Symbol);
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
   33     Entry.Symbol = ShouldCreateSymbols ? Asm.createTempSymbol(Prefix) : nullptr;
   98     assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) &&
  103       Asm.OutStreamer->EmitLabel(Entry->getValue().Symbol);
tools/dsymutil/NonRelocatableStringpool.cpp
   25     Entry.Symbol = nullptr;