| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 101 void DIEAbbrev::print(raw_ostream &O) const { in print() function in DIEAbbrev 236 void DIE::print(raw_ostream &O, unsigned IndentCount) const { in print() function in DIE 340 void DIEValue::print(raw_ostream &O) const { in print() function in DIEValue 443 void DIEInteger::print(raw_ostream &O) const { in print() function in DIEInteger 475 void DIEExpr::print(raw_ostream &O) const { in print() function in DIEExpr 512 void DIELabel::print(raw_ostream &O) const { O << "Lbl: " << Label->getName(); } in print() function in DIELabel 529 void DIEBaseTypeRef::print(raw_ostream &O) const { O << "BaseTypeRef: " << Index; } in print() function in DIEBaseTypeRef 559 void DIEDelta::print(raw_ostream &O) const { in print() function in DIEDelta 614 void DIEString::print(raw_ostream &O) const { in print() function in DIEString 636 void DIEInlineString::print(raw_ostream &O) const { in print() function in DIEInlineString [all …]
|
| H A D | AccelTable.cpp | 754 void AppleAccelTableWriter::Header::print(raw_ostream &OS) const { in print() function in AppleAccelTableWriter::Header 762 void AppleAccelTableData::Atom::print(raw_ostream &OS) const { in print() function in AppleAccelTableData::Atom 767 void AppleAccelTableWriter::HeaderData::print(raw_ostream &OS) const { in print() function in AppleAccelTableWriter::HeaderData 773 void AppleAccelTableWriter::print(raw_ostream &OS) const { in print() function in AppleAccelTableWriter 780 void AccelTableBase::HashData::print(raw_ostream &OS) const { in print() function in AccelTableBase::HashData 793 void AccelTableBase::print(raw_ostream &OS) const { in print() function in AccelTableBase 812 void DWARF5AccelTableData::print(raw_ostream &OS) const { in print() function in DWARF5AccelTableData 817 void AppleAccelTableOffsetData::print(raw_ostream &OS) const { in print() function in AppleAccelTableOffsetData 821 void AppleAccelTableTypeData::print(raw_ostream &OS) const { in print() function in AppleAccelTableTypeData 826 void AppleAccelTableStaticOffsetData::print(raw_ostream &OS) const { in print() function in AppleAccelTableStaticOffsetData [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 52 void DiagnosticInfoGeneric::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoGeneric 56 void DiagnosticInfoGenericWithLoc::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoGenericWithLoc 78 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoInlineAsm 97 void DiagnosticInfoRegAllocFailure::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoRegAllocFailure 109 void DiagnosticInfoResourceLimit::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoResourceLimit 115 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoDebugMetadataVersion 120 void DiagnosticInfoIgnoringInvalidDebugMetadata::print( in print() function in DiagnosticInfoIgnoringInvalidDebugMetadata 125 void DiagnosticInfoSampleProfile::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoSampleProfile 135 void DiagnosticInfoPGOProfile::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoPGOProfile 282 void DiagnosticInfoOptimizationBase::print(DiagnosticPrinter &DP) const { in print() function in DiagnosticInfoOptimizationBase [all …]
|
| H A D | SSAContext.cpp | 77 template <> Printable SSAContext::print(const Value *V) const { in print() function in SSAContext 81 template <> Printable SSAContext::print(const Instruction *Inst) const { in print() function in SSAContext 85 template <> Printable SSAContext::print(const BasicBlock *BB) const { in print() function in SSAContext
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 180 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print() function in llvm::symbolize::PlainPrinterBase 191 void PlainPrinterBase::print(const Request &Request, const DILineInfo &Info) { in print() function in llvm::symbolize::PlainPrinterBase 197 void PlainPrinterBase::print(const Request &Request, in print() function in llvm::symbolize::PlainPrinterBase 209 void PlainPrinterBase::print(const Request &Request, const DIGlobal &Global) { in print() function in llvm::symbolize::PlainPrinterBase 223 void PlainPrinterBase::print(const Request &Request, in print() function in llvm::symbolize::PlainPrinterBase 270 void PlainPrinterBase::print(const Request &Request, in print() function in llvm::symbolize::PlainPrinterBase 324 void JSONPrinter::print(const Request &Request, const DILineInfo &Info) { in print() function in llvm::symbolize::JSONPrinter 330 void JSONPrinter::print(const Request &Request, const DIInliningInfo &Info) { in print() function in llvm::symbolize::JSONPrinter 352 void JSONPrinter::print(const Request &Request, const DIGlobal &Global) { in print() function in llvm::symbolize::JSONPrinter 365 void JSONPrinter::print(const Request &Request, in print() function in llvm::symbolize::JSONPrinter [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 82 void print(std::string_view SV) { in print() function 85 void print(const Node *N) { in print() function 91 void print(NodeArray A) { in print() function 107 void print(bool B) { printStr(B ? "true" : "false"); } in print() function 109 template <class T> std::enable_if_t<std::is_unsigned<T>::value> print(T N) { in print() function 113 template <class T> std::enable_if_t<std::is_signed<T>::value> print(T N) { in print() function 117 void print(ReferenceKind RK) { in print() function 125 void print(FunctionRefQual RQ) { in print() function 135 void print(Qualifiers Qs) { in print() function 150 void print(SpecialSubKind SSK) { in print() function [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaConstantPoolValue.cpp | 69 void XtensaConstantPoolValue::print(raw_ostream &O) const {} in print() function in XtensaConstantPoolValue 107 void XtensaConstantPoolConstant::print(raw_ostream &O) const { in print() function in XtensaConstantPoolConstant 143 void XtensaConstantPoolSymbol::print(raw_ostream &O) const { in print() function in XtensaConstantPoolSymbol 175 void XtensaConstantPoolMBB::print(raw_ostream &O) const { in print() function in XtensaConstantPoolMBB 204 void XtensaConstantPoolJumpTable::print(raw_ostream &O) const { in print() function in XtensaConstantPoolJumpTable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantPoolValue.cpp | 68 void CSKYConstantPoolValue::print(raw_ostream &O) const { in print() function in CSKYConstantPoolValue 125 void CSKYConstantPoolConstant::print(raw_ostream &O) const { in print() function in CSKYConstantPoolConstant 159 void CSKYConstantPoolSymbol::print(raw_ostream &O) const { in print() function in CSKYConstantPoolSymbol 192 void CSKYConstantPoolMBB::print(raw_ostream &O) const { in print() function in CSKYConstantPoolMBB 224 void CSKYConstantPoolJT::print(raw_ostream &O) const { in print() function in CSKYConstantPoolJT
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 387 void VPPartialReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print() function in VPPartialReductionRecipe 1124 void VPInstruction::print(raw_ostream &O, const Twine &Indent, in print() function in VPInstruction 1239 void VPInstructionWithType::print(raw_ostream &O, const Twine &Indent, in print() function in VPInstructionWithType 1281 void VPPhi::print(raw_ostream &O, const Twine &Indent, in print() function in VPPhi 1324 void VPIRInstruction::print(raw_ostream &O, const Twine &Indent, in print() function in VPIRInstruction 1380 void VPIRPhi::print(raw_ostream &O, const Twine &Indent, in print() function in VPIRPhi 1454 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print() function in VPWidenCallRecipe 1575 void VPWidenIntrinsicRecipe::print(raw_ostream &O, const Twine &Indent, in print() function in VPWidenIntrinsicRecipe 1662 void VPHistogramRecipe::print(raw_ostream &O, const Twine &Indent, in print() function in VPHistogramRecipe 1681 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent, in print() function in VPWidenSelectRecipe [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSSAContext.cpp | 95 Printable MachineSSAContext::print(const MachineBasicBlock *Block) const { in print() function in MachineSSAContext 101 template <> Printable MachineSSAContext::print(const MachineInstr *I) const { in print() function in MachineSSAContext 105 template <> Printable MachineSSAContext::print(Register Value) const { in print() function in MachineSSAContext
|
| H A D | LiveStacks.cpp | 94 void LiveStacksWrapperLegacy::print(raw_ostream &OS, const Module *) const { in print() function in LiveStacksWrapperLegacy 99 void LiveStacks::print(raw_ostream &OS, const Module*) const { in print() function in LiveStacks
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Timer.cpp | 37 void Timer::print() { in print() function in Timer 57 void Timer::print(int depth, double totalDuration, bool recurse) const { in print() function in Timer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUArgumentUsageInfo.cpp | 25 void ArgDescriptor::print(raw_ostream &OS, in print() function in ArgDescriptor 63 void AMDGPUArgumentUsageInfo::print(raw_ostream &OS, const Module *M) const { in print() function in AMDGPUArgumentUsageInfo
|
| /freebsd/sys/ddb/ |
| H A D | db_run.c | 231 bool print = false; in db_single_step_cmd() local 256 bool print = false; in db_trace_until_call_cmd() local 275 bool print = false; in db_trace_until_matching_cmd() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | Remark.cpp | 39 void RemarkLocation::print(raw_ostream &OS) const { in print() function in RemarkLocation 45 void Argument::print(raw_ostream &OS) const { in print() function in Argument 49 void Remark::print(raw_ostream &OS) const { in print() function in Remark
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDKernelCodeTUtils.cpp | 163 #define RECORD(name, altName, print, parse) #name in GEN_HAS_MEMBER() argument 173 #define RECORD(name, altName, print, parse) #altName in get_amd_kernel_code_t_FldAltNames() argument 182 #define RECORD(name, altName, print, parse) (IsMCExpr##name::RESULT) in hasMCExprVersionTable() argument 193 #define RECORD(name, altName, print, parse) GetMember##name::Get in getMCExprIndexTable() argument 267 #define RECORD(name, altName, print, parse) print in getPrinterTable() argument 358 #define RECORD(name, altName, print, parse) parse in getParserTable() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PrettyStackTrace.cpp | 236 void PrettyStackTraceString::print(raw_ostream &OS) const { OS << Str << "\n"; } in print() function in PrettyStackTraceString 254 void PrettyStackTraceFormat::print(raw_ostream &OS) const { OS << Str << "\n"; } in print() function in PrettyStackTraceFormat 256 void PrettyStackTraceProgram::print(raw_ostream &OS) const { in print() function in PrettyStackTraceProgram
|
| H A D | InstructionCost.cpp | 19 void InstructionCost::print(raw_ostream &OS) const { in print() function in InstructionCost
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCInst.cpp | 23 void MCOperand::print(raw_ostream &OS, const MCContext *Ctx) const { in print() function in MCOperand 81 void MCInst::print(raw_ostream &OS, const MCContext *Ctx) const { in print() function in MCInst
|
| H A D | MCLabel.cpp | 17 void MCLabel::print(raw_ostream &OS) const { in print() function in MCLabel
|
| H A D | MCValue.cpp | 18 void MCValue::print(raw_ostream &OS) const { in print() function in MCValue
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 31 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print() function in PrettyStackTraceLoc 60 void SourceLocation::print(raw_ostream &OS, const SourceManager &SM)const{ in print() function in SourceLocation 134 void SourceRange::print(raw_ostream &OS, const SourceManager &SM) const { in print() function in SourceRange
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILMetadataAnalysis.cpp | 74 void ModuleMetadataInfo::print(raw_ostream &OS) const { in print() function in ModuleMetadataInfo 128 void DXILMetadataAnalysisWrapperPass::print(raw_ostream &OS, in print() function in DXILMetadataAnalysisWrapperPass
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | Patterns.cpp | 168 void AnyOpcodePattern::print(raw_ostream &OS, bool PrintName) const { in print() function in llvm::gi::AnyOpcodePattern 199 void CXXPattern::print(raw_ostream &OS, bool PrintName) const { in print() function in llvm::gi::CXXPattern 218 void InstructionOperand::print(raw_ostream &OS) const { in print() function in llvm::gi::InstructionOperand 285 void InstructionPattern::print(raw_ostream &OS, bool PrintName) const { in print() function in llvm::gi::InstructionPattern 330 void OperandTable::print(raw_ostream &OS, StringRef Name, in print() function in llvm::gi::OperandTable 734 void PatFrag::print(raw_ostream &OS, StringRef Indent) const { in print() function in llvm::gi::PatFrag
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 107 void ARMConstantPoolValue::print(raw_ostream &O) const { in print() function in ARMConstantPoolValue 216 void ARMConstantPoolConstant::print(raw_ostream &O) const { in print() function in ARMConstantPoolConstant 254 void ARMConstantPoolSymbol::print(raw_ostream &O) const { in print() function in ARMConstantPoolSymbol 295 void ARMConstantPoolMBB::print(raw_ostream &O) const { in print() function in ARMConstantPoolMBB
|