Home
last modified time | relevance | path

Searched defs:Indent (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp400 AutoIndent Indent(P, 7); in visitSymbolEnd() local
430 AutoIndent Indent(P, 7); in visitKnownRecord() local
439 AutoIndent Indent(P, 7); in visitKnownRecord() local
451 AutoIndent Indent(P, 7); in visitKnownRecord() local
463 AutoIndent Indent(P, 7); in visitKnownRecord() local
477 AutoIndent Indent(P, 7); in visitKnownRecord() local
491 AutoIndent Indent(P, 7); in visitKnownRecord() local
504 AutoIndent Indent(P, 7); in visitKnownRecord() local
512 AutoIndent Indent(P, 7); in visitKnownRecord() local
521 AutoIndent Indent(P, 7); in visitKnownRecord() local
[all …]
H A DBytesOutputStyle.cpp199 AutoIndent Indent(P); in dumpNameMap() local
210 AutoIndent Indent(P); in dumpBlockRanges() local
229 AutoIndent Indent(P); in dumpSectionContributions() local
240 AutoIndent Indent(P); in dumpSectionMap() local
251 AutoIndent Indent(P); in dumpModuleInfos() local
262 AutoIndent Indent(P); in dumpFileInfo() local
273 AutoIndent Indent(P); in dumpTypeServerMap() local
284 AutoIndent Indent(P); in dumpECData() local
303 AutoIndent Indent(P); in dumpTypeIndex() local
356 AutoIndent Indent(P); in iterateModules() local
[all …]
H A DDumpOutputStyle.cpp77 AutoIndent Indent(P, 4); in printStreamNotValidForObj() local
82 AutoIndent Indent(P, 4); in printStreamNotPresent() local
246 AutoIndent Indent(P); in dumpFileSummary() local
335 AutoIndent Indent(P); in printModuleDetailStats() local
355 AutoIndent Indent(P); in dumpStreamSummary() local
444 AutoIndent Indent(P, FieldWidth + 2); in dumpSectionContrib() local
476 AutoIndent Indent(P); in dumpModules() local
566 AutoIndent Indent(P); in dumpSymbolStats() local
591 AutoIndent Indent(P, 4); in dumpSymbolStats() local
614 AutoIndent Indent(P); in dumpTypeStats() local
[all …]
H A DMinimalTypeDumper.cpp266 AutoIndent Indent(P, 9); in visitTypeEnd() local
279 AutoIndent Indent(P, 2); in visitMemberEnd() local
535 AutoIndent Indent(P); in visitKnownMember() local
571 AutoIndent Indent(P); in visitKnownMember() local
579 AutoIndent Indent(P); in visitKnownMember() local
H A DExplainOutputStyle.cpp52 AutoIndent Indent(P); in explainPdbFile() local
409 AutoIndent Indent(P); explainStreamOffset() local
457 AutoIndent Indent(P); explainStreamOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp796 void VPInstruction::print(raw_ostream &O, const Twine &Indent, in print()
934 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print()
962 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1144 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1175 void VPWidenCastRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1356 void VPWidenIntOrFpInductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1386 void VPDerivedIVRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1489 void VPScalarIVStepsRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1571 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1625 void VPVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent, in print()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp53 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local
131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h160 StringRef Indent) in JITTargetMachineBuilderPrinter() argument
172 StringRef Indent; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h47 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp60 unsigned AddressSize, unsigned Indent, in dumpRanges()
73 DWARFUnit *U, unsigned Indent, in dumpLocationList()
93 DWARFUnit *U, unsigned Indent, in dumpLocationExpr()
111 const DWARFAttribute &AttrValue, unsigned Indent, in dumpAttribute()
565 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain()
576 void DWARFDie::dump(raw_ostream &OS, unsigned Indent, in dump()
H A DDWARFDebugLoc.cpp189 unsigned Indent = 12; in dump() local
249 raw_ostream &OS, unsigned Indent, in dumpRawEntry()
342 raw_ostream &OS, unsigned Indent, in dumpRawEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp56 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter()
75 void LinePrinter::Indent(uint32_t Amount) { in Indent() function in LinePrinter
208 AutoIndent Indent(*this); in formatMsfStreamData() local
H A DNativeTypeTypedef.cpp16 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeTypeFunctionSig.cpp34 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump()
109 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeTypeVTShape.cpp18 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump()
H A DNativePublicSymbol.cpp24 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeCompilandSymbol.cpp24 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeTypeBuiltin.cpp23 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeTypeArray.cpp27 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeSymbolEnumerator.cpp27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, in dump()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.h37 StringRef Indent; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, in defaultDump()
203 SymIndexId Value, int Indent, in dumpSymbolIdField()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp136 void DumpDIAValueAs(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValueAs()
144 void DumpDIAIdValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAIdValue()
156 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue()
164 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue()
178 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue()
218 void DIARawSymbol::dump(raw_ostream &OS, int Indent, in dump()
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h71 unsigned Indent; variable

123