Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2070 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
2073 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
2083 CommentOS << "Version = " << Version; in emitTracebackTable()
2094 CommentOS << "Language = " in emitTracebackTable()
2118 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()
2122 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()
2286 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()
2310 CommentOS << "Function name len = " in emitTracebackTable()
2366 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()
2372 CommentOS << "Padding"; in emitTracebackTable()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp676 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
683 CommentOS << Scope->getFilename(); in printDebugLoc()
684 CommentOS << ':' << DL.getLine(); in printDebugLoc()
686 CommentOS << ':' << DL.getCol(); in printDebugLoc()
692 CommentOS << " @[ "; in printDebugLoc()
693 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
694 CommentOS << " ]"; in printDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1054 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
1064 CommentOS << *Size << "-byte Reload\n"; in emitComments()
1068 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()
1070 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
1073 CommentOS << *Size << "-byte Spill\n"; in emitComments()
1077 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()
1079 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
1085 CommentOS << " Reload Reuse\n"; in emitComments()
H A DCodeViewDebug.cpp769 raw_svector_ostream CommentOS(Comment); in emitTypeGlobalHashes() local
770 CommentOS << formatv("{0:X+} [{1}]", TI.getIndex(), GHR); in emitTypeGlobalHashes()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1672 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1673 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1675 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1677 CommentOS << SymbolicName; in emitPredicateOpcodes()