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

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 339 int64_t DescValue;
340 if (getParser().ParseAbsoluteExpression(DescValue))
348 // Set the n_desc field of this Symbol to this DescValue
349 getStreamer().EmitSymbolDesc(Sym, DescValue);
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 154 virtual void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue);
451 void MCAsmStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) {
452 OS << ".desc" << ' ' << *Symbol << ',' << DescValue;
    [all...]

Completed in 47 milliseconds