OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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