Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp644 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
651 CommentOS << Scope->getFilename(); in printDebugLoc()
652 CommentOS << ':' << DL.getLine(); in printDebugLoc()
654 CommentOS << ':' << DL.getCol(); in printDebugLoc()
660 CommentOS << " @[ "; in printDebugLoc()
661 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
662 CommentOS << " ]"; in printDebugLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1874 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
1877 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
1887 CommentOS << "Version = " << Version; in emitTracebackTable()
1898 CommentOS << "Language = " in emitTracebackTable()
1922 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()
1926 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()
2063 CommentOS << "Parameter type = " in emitTracebackTable()
2088 CommentOS << "Function name len = " in emitTracebackTable()
2106 CommentOS << "ExtensionTableFlag = " in emitTracebackTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp854 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
864 CommentOS << *Size << "-byte Reload\n"; in emitComments()
868 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()
870 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
873 CommentOS << *Size << "-byte Spill\n"; in emitComments()
877 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()
879 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
885 CommentOS << " Reload Reuse\n"; in emitComments()
H A DCodeViewDebug.cpp722 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
723 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1654 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1655 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1657 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1659 CommentOS << SymbolicName; in emitPredicateOpcodes()
1660 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()