Home
last modified time | relevance | path

Searched refs:CommentPrefix (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp445 SmallString<8> CommentPrefix; in emitTypeInformation() local
447 CommentPrefix += '\t'; in emitTypeInformation()
448 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
449 CommentPrefix += ' '; in emitTypeInformation()
460 SP.setPrefix(CommentPrefix); in emitTypeInformation()
471 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()