Home
last modified time | relevance | path

Searched refs:CommentPrefix (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp541 SmallString<8> CommentPrefix; in emitTypeInformation() local
543 CommentPrefix += '\t'; in emitTypeInformation()
544 CommentPrefix += Asm->MAI->getCommentString(); in emitTypeInformation()
545 CommentPrefix += ' '; in emitTypeInformation()
559 SP.setPrefix(CommentPrefix); in emitTypeInformation()
571 CommentOS.str().drop_front(CommentPrefix.size() - 1).rtrim()); in emitTypeInformation()