HomeSort by: relevance | last modified time | path
    Searched refs:Indent (Results 1 - 25 of 142) sorted by relevancy

1 2 3 4 5 6

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeVTShape.cpp 15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent,
18 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
20 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
23 dumpSymbolField(OS, "count", getCount(), Indent);
24 dumpSymbolField(OS, "constType", isConstType(), Indent);
25 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
26 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
NativeTypeArray.cpp 26 void NativeTypeArray::dump(raw_ostream &OS, int Indent,
29 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
31 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent);
32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session,
35 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
38 dumpSymbolField(OS, "length", getLength(), Indent);
39 dumpSymbolField(OS, "count", getCount(), Indent);
40 dumpSymbolField(OS, "constType", isConstType(), Indent);
41 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
42 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);
    [all...]
NativeCompilandSymbol.cpp 26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent,
29 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
31 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
34 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent);
35 dumpSymbolField(OS, "name", getName(), Indent);
37 Indent);
NativeSymbolEnumerator.cpp 27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent,
30 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
31 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session,
34 dumpSymbolIdField(OS, "lexicalParentId", getLexicalParentId(), Indent,
37 dumpSymbolField(OS, "name", getName(), Indent);
38 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
40 dumpSymbolField(OS, "dataKind", getDataKind(), Indent);
41 dumpSymbolField(OS, "locationType", getLocationType(), Indent);
42 dumpSymbolField(OS, "constType", isConstType(), Indent);
43 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
    [all...]
NativeTypePointer.cpp 34 void NativeTypePointer::dump(raw_ostream &OS, int Indent,
37 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
40 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session,
44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
49 dumpSymbolField(OS, "length", getLength(), Indent);
50 dumpSymbolField(OS, "constType", isConstType(), Indent);
51 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent);
53 Indent);
54 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent);
    [all...]
NativeTypeTypedef.cpp 14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent,
17 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
18 dumpSymbolField(OS, "name", getName(), Indent);
19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
NativeTypeUDT.cpp 37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent,
41 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
43 dumpSymbolField(OS, "name", getName(), Indent);
44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
48 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
53 Indent);
54 dumpSymbolField(OS, "length", getLength(), Indent);
55 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent);
56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
57 dumpSymbolField(OS, "constType", isConstType(), Indent);
    [all...]
NativePublicSymbol.cpp 25 void NativePublicSymbol::dump(raw_ostream &OS, int Indent,
28 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
29 dumpSymbolField(OS, "name", getName(), Indent);
30 dumpSymbolField(OS, "offset", getAddressOffset(), Indent);
31 dumpSymbolField(OS, "section", getAddressSection(), Indent);
NativeTypeFunctionSig.cpp 33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
35 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
37 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent,
112 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
114 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent);
119 dumpSymbolField(OS, "count", getCount(), Indent);
120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
123 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent);
    [all...]
NativeTypeEnum.cpp 128 void NativeTypeEnum::dump(raw_ostream &OS, int Indent,
131 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
134 Indent);
135 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
138 dumpSymbolField(OS, "name", getName(), Indent);
139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
142 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
145 dumpSymbolField(OS, "length", getLength(), Indent);
146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
147 dumpSymbolField(OS, "constType", isConstType(), Indent);
    [all...]
NativeFunctionSymbol.cpp 30 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent,
33 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
34 dumpSymbolField(OS, "name", getName(), Indent);
35 dumpSymbolField(OS, "length", getLength(), Indent);
36 dumpSymbolField(OS, "offset", getAddressOffset(), Indent);
37 dumpSymbolField(OS, "section", getAddressSection(), Indent);
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpander.h 30 /// The emitted code can be given a custom indent to enable both indentation by
37 StringRef Indent;
42 StringRef Indent = " ")
44 ShowExpansions(ShowExpansions), Indent(Indent) {}
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
StringMatcher.cpp 52 std::string Indent(IndentCount * 2 + 4, ' ');
60 // If the to-execute code has \n's in it, indent each subsequent line.
64 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n";
69 OS << Indent << Split.first << "\n";
92 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
94 OS << Indent << " break;\n";
98 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
101 OS << Indent << " break;\n";
110 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n";
111 OS << Indent << "default: break;\n"
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
IPDBSourceFile.cpp 22 void IPDBSourceFile::dump(raw_ostream &OS, int Indent) const {
23 OS.indent(Indent);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
JITTargetMachineBuilder.cpp 69 OS << Indent << "{\n"
70 << Indent << " Triple = \"" << JTMB.TT.str() << "\"\n"
71 << Indent << " CPU = \"" << JTMB.CPU << "\"\n"
72 << Indent << " Features = \"" << JTMB.Features.getString() << "\"\n"
73 << Indent << " Options = <not-printable>\n"
74 << Indent << " Relocation Model = ";
101 << Indent << " Code Model = ";
125 << Indent << " Optimization Level = ";
141 OS << "\n" << Indent << "}\n";
  /src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
YAMLBench.cpp 59 struct indent { struct
61 indent(unsigned d) : distance(d) {} function in struct:indent
64 static raw_ostream &operator <<(raw_ostream &os, const indent &in) {
85 , unsigned Indent = 0
90 outs() << indent(Indent);
102 ++Indent;
105 dumpNode(i, Indent);
108 --Indent;
109 outs() << indent(Indent) << "]"
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 96 ReportPiece(o, P, /*indent*/ 4, /*depth*/ 0, /*includeControlFlow*/ true);
105 void ReportMacroExpansions(raw_ostream &o, unsigned indent);
109 unsigned indent, unsigned depth, bool includeControlFlow,
114 ReportControlFlow(o, cast<PathDiagnosticControlFlowPiece>(P), indent);
117 ReportCall(o, cast<PathDiagnosticCallPiece>(P), indent,
121 ReportEvent(o, cast<PathDiagnosticEventPiece>(P), indent, depth,
125 ReportMacroSubPieces(o, cast<PathDiagnosticMacroPiece>(P), indent,
129 ReportNote(o, cast<PathDiagnosticNotePiece>(P), indent);
132 ReportPopUp(o, cast<PathDiagnosticPopUpPiece>(P), indent);
138 unsigned indent);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSourceFile.h 27 void dump(raw_ostream &OS, int Indent) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypeTypedef.h 28 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
NativeCompilandSymbol.h 23 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
NativePublicSymbol.h 27 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
NativeTypeVTShape.h 29 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 86 // If this is an expr used in a stmt context, indent and newline it.
87 Indent();
93 Indent() << "<<<NULL STATEMENT>>>" << NL;
138 raw_ostream &Indent(int Delta = 0) {
151 Indent() << "<<unknown stmt type>>" << NL;
179 Indent() << "}";
192 Indent() << ";" << NL;
196 Indent();
202 Indent();
208 Indent(-1) << "case "
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.h 202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace,
204 : Tok(Tok), Indent(Indent), LastSpace(LastSpace),
205 NestedBlockIndent(Indent), IsAligned(false),
225 unsigned Indent;
234 /// If a block relative to this parenthesis level gets wrapped, indent
348 /// \brief Indicates the indent should be reduced by the length of the
353 if (Indent != Other.Indent)
354 return Indent < Other.Indent
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 68 unsigned Indent) const;
81 unsigned Indent, DIDumpOptions DumpOpts,
118 unsigned Indent, DIDumpOptions DumpOpts,
138 unsigned Indent, DIDumpOptions DumpOpts,

Completed in 49 milliseconds

1 2 3 4 5 6