Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp406 AutoIndent Indent(P, 7); in visitKnownRecord() local
415 AutoIndent Indent(P, 7); in visitKnownRecord() local
427 AutoIndent Indent(P, 7); in visitKnownRecord() local
439 AutoIndent Indent(P, 7); in visitKnownRecord() local
453 AutoIndent Indent(P, 7); in visitKnownRecord() local
467 AutoIndent Indent(P, 7); in visitKnownRecord() local
480 AutoIndent Indent(P, 7); in visitKnownRecord() local
488 AutoIndent Indent(P, 7); in visitKnownRecord() local
497 AutoIndent Indent(P, 7); in visitKnownRecord() local
517 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.cpp76 AutoIndent Indent(P, 4); in printStreamNotValidForObj() local
81 AutoIndent Indent(P, 4); in printStreamNotPresent() local
245 AutoIndent Indent(P); in dumpFileSummary() local
334 AutoIndent Indent(P); in printModuleDetailStats() local
354 AutoIndent Indent(P); in dumpStreamSummary() local
475 AutoIndent Indent(P); in dumpModules() local
613 AutoIndent Indent(P); in dumpTypeStats() local
1060 AutoIndent Indent(P); in dumpStringTableFromPdb() local
1159 AutoIndent Indent(P); in dumpNamedStreams() local
1360 AutoIndent Indent(P); in dumpTpiStream() local
[all …]
H A DMinimalTypeDumper.cpp264 AutoIndent Indent(P, 9); in visitTypeEnd() local
277 AutoIndent Indent(P, 2); in visitMemberEnd() local
533 AutoIndent Indent(P); in visitKnownMember() local
569 AutoIndent Indent(P); in visitKnownMember() local
577 AutoIndent Indent(P); in visitKnownMember() local
H A DExplainOutputStyle.cpp52 AutoIndent Indent(P); in explainPdbFile() local
409 AutoIndent Indent(P); in explainStreamOffset() local
457 AutoIndent Indent(P); in explainStreamOffset() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp366 void VPInstruction::print(raw_ostream &O, const Twine &Indent, in print()
499 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print()
521 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent, in print()
685 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent, in print()
719 void VPDerivedIVRecipe::print(raw_ostream &O, const Twine &Indent, in print()
819 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent, in print()
874 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print()
894 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print()
915 void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent, in print()
1101 void VPExpandSCEVRecipe::print(raw_ostream &O, const Twine &Indent, in print()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp34 inline void DiffScalarVal<T, U>::print(raw_ostream &OS, std::string Indent) { in print()
41 std::string Indent) { in print()
48 std::string Indent) { in print()
56 std::string Indent) { in print()
95 void SymScalar::print(raw_ostream &OS, std::string Indent, MachO::Target Targ) { in print()
425 void printSingleVal(std::string Indent, const DiffOutput &Attr, in printSingleVal()
451 void printVecVal(std::string Indent, const DiffOutput &Attr, raw_ostream &OS) { in printVecVal()
475 void printVecVal<DiffSymVec>(std::string Indent, const DiffOutput &Attr, in printVecVal()
501 std::string Indent = std::string(IndentCounter, '\t'); in printDifferences() local
/openbsd/gnu/llvm/lldb/tools/lldb-test/
H A DFormatUtil.cpp21 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter()
24 void LinePrinter::Indent(uint32_t Amount) { in Indent() function in LinePrinter
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp59 unsigned AddressSize, unsigned Indent, in dumpRanges()
72 DWARFUnit *U, unsigned Indent, in dumpLocationList()
92 DWARFUnit *U, unsigned Indent, in dumpLocationExpr()
110 const DWARFAttribute &AttrValue, unsigned Indent, in dumpAttribute()
551 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain()
562 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()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h162 StringRef Indent) in JITTargetMachineBuilderPrinter()
174 StringRef Indent; variable
/openbsd/gnu/llvm/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 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 DNativeTypeTypedef.cpp16 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump()
H A DNativePublicSymbol.cpp24 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, in dump()
H A DNativeTypeVTShape.cpp18 void NativeTypeVTShape::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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h47 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.h37 StringRef Indent; variable
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DJsonSupport.h21 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, in Indent() function

1234