HomeSort by relevance Sort by last modified time
    Searched full:commentprefix (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 445 SmallString<8> CommentPrefix;
447 CommentPrefix += '\t';
448 CommentPrefix += Asm->MAI->getCommentString();
449 CommentPrefix += ' ';
460 SP.setPrefix(CommentPrefix);
471 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim());
    [all...]

Completed in 108 milliseconds