Home
last modified time | relevance | path

Searched refs:Indent (Results 1 – 25 of 197) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp53 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local
65 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n"; in EmitStringMatcherForChar()
70 OS << Indent << Split.first << "\n"; in EmitStringMatcherForChar()
92 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '" in EmitStringMatcherForChar()
94 OS << Indent << " break;\n"; in EmitStringMatcherForChar()
98 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo in EmitStringMatcherForChar()
101 OS << Indent << " break;\n"; in EmitStringMatcherForChar()
110 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n"; in EmitStringMatcherForChar()
111 OS << Indent << "default: break;\n"; in EmitStringMatcherForChar()
115 OS << Indent << "case '" << LI.first << "':\t // " << LI.second.size() in EmitStringMatcherForChar()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp38 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump() argument
42 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
44 dumpSymbolField(OS, "name", getName(), Indent); in dump()
45 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
49 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
54 Indent); in dump()
55 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
56 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent); in dump()
57 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
58 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
[all …]
H A DNativeTypePointer.cpp35 void NativeTypePointer::dump(raw_ostream &OS, int Indent, in dump() argument
38 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
41 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
45 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
48 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
50 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
51 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
52 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent); in dump()
54 Indent); in dump()
55 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump()
[all …]
H A DNativeTypeArray.cpp27 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump() argument
30 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
32 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump()
33 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump()
36 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
39 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
40 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
41 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
42 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump()
43 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
H A DNativeTypeFunctionSig.cpp34 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump() argument
36 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
109 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump() argument
113 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
115 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
119 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump()
120 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
121 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
124 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent); in dump()
[all …]
H A DNativeSymbolEnumerator.cpp27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, in dump() argument
30 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
31 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump()
34 dumpSymbolIdField(OS, "lexicalParentId", getLexicalParentId(), Indent, in dump()
37 dumpSymbolField(OS, "name", getName(), Indent); in dump()
38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
40 dumpSymbolField(OS, "dataKind", getDataKind(), Indent); in dump()
41 dumpSymbolField(OS, "locationType", getLocationType(), Indent); in dump()
42 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
43 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump()
[all …]
H A DNativeTypeEnum.cpp131 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, in dump() argument
134 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
137 Indent); in dump()
138 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
141 dumpSymbolField(OS, "name", getName(), Indent); in dump()
142 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
145 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump()
148 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
149 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump()
150 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
[all …]
H A DNativeTypeVTShape.cpp18 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump() argument
21 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
23 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
26 dumpSymbolField(OS, "count", getCount(), Indent); in dump()
27 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump()
28 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump()
29 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
H A DNativeCompilandSymbol.cpp24 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
27 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
29 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump()
32 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent); in dump()
33 dumpSymbolField(OS, "name", getName(), Indent); in dump()
35 Indent); in dump()
H A DNativePublicSymbol.cpp24 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
27 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
28 dumpSymbolField(OS, "name", getName(), Indent); in dump()
29 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump()
30 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
H A DNativeFunctionSymbol.cpp34 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
37 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
38 dumpSymbolField(OS, "name", getName(), Indent); in dump()
39 dumpSymbolField(OS, "length", getLength(), Indent); in dump()
40 dumpSymbolField(OS, "offset", getAddressOffset(), Indent); in dump()
41 dumpSymbolField(OS, "section", getAddressSection(), Indent); in dump()
H A DNativeTypeTypedef.cpp16 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump() argument
19 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump()
20 dumpSymbolField(OS, "name", getName(), Indent); in dump()
21 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp89 Indent(); in PrintStmt()
95 Indent() << "<<<NULL STATEMENT>>>" << NL; in PrintStmt()
141 raw_ostream &Indent(int Delta = 0) { in Indent() function in __anon7ba585bd0111::StmtPrinter
154 Indent() << "<<unknown stmt type>>" << NL; in VisitStmt()
184 Indent() << "}"; in PrintRawCompoundStmt()
194 Indent() << "#pragma STDC FENV_ACCESS " << (FEnvAccess ? "ON" : "OFF") in PrintFPPragmas()
201 Indent() << "#pragma clang fp exceptions("; in PrintFPPragmas()
220 Indent() << "#pragma STDC FENV_ROUND "; in PrintFPPragmas()
257 Indent() << ";" << NL; in VisitNullStmt()
261 Indent(); in VisitDeclStmt()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp70 OS << Indent << "{\n" in print()
71 << Indent << " Triple = \"" << JTMB.TT.str() << "\"\n" in print()
72 << Indent << " CPU = \"" << JTMB.CPU << "\"\n" in print()
73 << Indent << " Features = \"" << JTMB.Features.getString() << "\"\n" in print()
74 << Indent << " Options = <not-printable>\n" in print()
75 << Indent << " Relocation Model = "; in print()
102 << Indent << " Code Model = "; in print()
126 << Indent << " Optimization Level = "; in print()
142 OS << "\n" << Indent << "}\n"; in print()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp482 void Module::print(raw_ostream &OS, unsigned Indent, bool Dump) const { in print() argument
483 OS.indent(Indent); in print()
492 OS.indent(Indent + 2); in print()
502 OS.indent(Indent + 2); in print()
515 OS.indent(Indent + 2); in print()
520 OS.indent(Indent + 2); in print()
527 OS.indent(Indent + 2); in print()
551 OS.indent(Indent + 2); in print()
560 OS.indent(Indent + 2); in print()
577 OS.indent(Indent + 2); in print()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp394 P.Indent(); in visitSymbolBegin()
400 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
[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 …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp60 unsigned AddressSize, unsigned Indent, in dumpRanges() argument
67 OS.indent(Indent); in dumpRanges()
73 DWARFUnit *U, unsigned Indent, in dumpLocationList() argument
89 &Offset, OS, U->getBaseAddress(), Ctx.getDWARFObj(), U, DumpOpts, Indent); in dumpLocationList()
93 DWARFUnit *U, unsigned Indent, in dumpLocationExpr() argument
111 const DWARFAttribute &AttrValue, unsigned Indent, in dumpAttribute() argument
117 OS.indent(Indent + 2); in dumpAttribute()
179 dumpLocationList(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, in dumpAttribute()
184 dumpLocationExpr(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, in dumpAttribute()
223 sizeof(BaseIndent) + Indent + 4, DumpOpts); in dumpAttribute()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h198 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, in ParenState()
200 : Tok(Tok), Indent(Indent), LastSpace(LastSpace), in ParenState()
201 NestedBlockIndent(Indent), IsAligned(false), in ParenState()
221 unsigned Indent; member
356 if (Indent != Other.Indent)
357 return Indent < Other.Indent;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp157 const std::string Indent(IndentSize, '\t'); in dump() local
158 dbgs() << Indent << this << ": {\n"; in dump()
159 dbgs() << Indent << " Parent: " << Parent << "\n"; in dump()
162 dbgs() << Indent in dump()
168 dbgs() << Indent << " Entry: " << Entry->getName() << "\n"; in dump()
170 dbgs() << Indent << " Entry: " << Entry << "\n"; in dump()
172 dbgs() << Indent << " Exits: { "; in dump()
181 dbgs() << Indent << " Blocks: { "; in dump()
190 dbgs() << Indent << " Children: {\n"; in dump()
193 dbgs() << Indent << " }\n"; in dump()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpander.h37 StringRef Indent; variable
42 StringRef Indent = " ")
44 ShowExpansions(ShowExpansions), Indent(Indent) {} in Code()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp487 s->Indent(); in GetDescription()
514 s->Indent("module = "); in GetDescription()
520 s->Indent("compile unit = "); in GetDescription()
525 s->Indent("function = "); in GetDescription()
530 s->Indent("mangled function = "); in GetDescription()
537 s->Indent("location = "); in GetDescription()
546 s->Indent("re-exported target = "); in GetDescription()
548 s->Indent("symbol = "); in GetDescription()
557 s->Indent(); in GetDescription()
588 s->Indent(); in GetDescription()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp796 void VPInstruction::print(raw_ostream &O, const Twine &Indent, in print() argument
798 O << Indent << "EMIT "; in print()
934 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print() argument
936 O << Indent << "WIDEN-CALL "; in print()
962 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent, in print() argument
964 O << Indent << "WIDEN-SELECT "; in print()
1144 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent, in print() argument
1146 O << Indent << "WIDEN "; in print()
1175 void VPWidenCastRecipe::print(raw_ostream &O, const Twine &Indent, in print() argument
1177 O << Indent << "WIDEN-CAST "; in print()
[all …]

12345678