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

  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 769 MCSymbol *DotSym = OutContext.CreateTempSymbol();
770 OutStreamer.EmitLabel(DotSym);
775 const MCExpr *DotExpr = MCSymbolRefExpr::Create(DotSym, OutContext);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]

Completed in 207 milliseconds