Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1946 raw_svector_ostream CommentOS(CommentString); in emitTracebackTable() local
1949 OutStreamer->AddComment(CommentOS.str()); in emitTracebackTable()
1959 CommentOS << "Version = " << Version; in emitTracebackTable()
1970 CommentOS << "Language = " in emitTracebackTable()
1994 CommentOS << (Prefix) << ((V) & (TracebackTable::Field##Mask) ? "+" : "-") \ in emitTracebackTable()
1998 CommentOS << (PrefixAndName) << " = " \ in emitTracebackTable()
2161 CommentOS << "Parameter type = " << ParmsType.get(); in emitTracebackTable()
2185 CommentOS << "Function name len = " in emitTracebackTable()
2241 CommentOS << "Vector Parameter type = " << VecParmsType.get(); in emitTracebackTable()
2247 CommentOS << "Padding"; in emitTracebackTable()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp679 static void printDebugLoc(const DebugLoc &DL, raw_ostream &CommentOS, in printDebugLoc() argument
686 CommentOS << Scope->getFilename(); in printDebugLoc()
687 CommentOS << ':' << DL.getLine(); in printDebugLoc()
689 CommentOS << ':' << DL.getCol(); in printDebugLoc()
695 CommentOS << " @[ "; in printDebugLoc()
696 printDebugLoc(InlinedAtDL, CommentOS, Ctx); in printDebugLoc()
697 CommentOS << " ]"; in printDebugLoc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp868 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() argument
878 CommentOS << *Size << "-byte Reload\n"; in emitComments()
882 CommentOS << "Unknown-size Folded Reload\n"; in emitComments()
884 CommentOS << *Size << "-byte Folded Reload\n"; in emitComments()
887 CommentOS << *Size << "-byte Spill\n"; in emitComments()
891 CommentOS << "Unknown-size Folded Spill\n"; in emitComments()
893 CommentOS << *Size << "-byte Folded Spill\n"; in emitComments()
899 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()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1667 raw_string_ostream CommentOS(Comment); in emitPredicateOpcodes() local
1668 CommentOS << "MIs[" << getInsnVarID() << "] "; in emitPredicateOpcodes()
1670 CommentOS << "Operand " << OpIdx; in emitPredicateOpcodes()
1672 CommentOS << SymbolicName; in emitPredicateOpcodes()
1673 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak; in emitPredicateOpcodes()