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 690 MCSymbol *DotSym = OutContext.CreateTempSymbol();
691 OutStreamer.EmitLabel(DotSym);
696 const MCExpr *DotExpr = MCSymbolRefExpr::Create(DotSym, OutContext);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]

Completed in 118 milliseconds