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

Declarations

include/llvm/CodeGen/AsmPrinter.h
  502   void EmitLabelPlusOffset(const MCSymbol *Label, uint64_t Offset,

References

include/llvm/CodeGen/AsmPrinter.h
  509     EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  183   EmitLabelPlusOffset(Label, Offset, MAI->getCodePointerSize());
lib/CodeGen/AsmPrinter/DIE.cpp
  650       AP->EmitLabelPlusOffset(SectionSym, Addr, SizeOf(AP, Form), true);
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
   87       AP.EmitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/);