/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump() argument 41 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 43 dumpSymbolField(OS, "name", getName(), Indent); in dump() 44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 48 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump() 53 Indent); in dump() 54 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 55 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent); in dump() 56 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 57 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() [all...] |
H A D | NativeTypePointer.cpp | 34 void NativeTypePointer::dump(raw_ostream &OS, int Indent, in dump() argument 37 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 40 dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session, in dump() 44 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 47 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 49 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 50 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 51 dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent); in dump() 53 Indent); in dump() 54 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump() [all...] |
H A D | NativeSymbolEnumerator.cpp | 27 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 D | NativeTypeArray.cpp | 26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump() argument 29 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 31 dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent); in dump() 32 dumpSymbolIdField(OS, "elementTypeId", getTypeId(), Indent, Session, in dump() 35 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 38 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 39 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 40 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 41 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 42 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump() [all...] |
H A D | 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, in dump() argument 112 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 114 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 118 dumpSymbolField(OS, "callingConvention", getCallingConvention(), Indent); in dump() 119 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 120 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 123 dumpSymbolField(OS, "thisAdjust", getThisAdjust(), Indent); in dump() [all...] |
H A D | NativeTypeVTShape.cpp | 15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump() argument 18 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 20 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 23 dumpSymbolField(OS, "count", getCount(), Indent); in dump() 24 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() 25 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); in dump() 26 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent); in dump()
|
H A D | NativeTypeEnum.cpp | 128 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, in dump() argument 131 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 134 Indent); in dump() 135 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 138 dumpSymbolField(OS, "name", getName(), Indent); in dump() 139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump() 142 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, in dump() 145 dumpSymbolField(OS, "length", getLength(), Indent); in dump() 146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); in dump() 147 dumpSymbolField(OS, "constType", isConstType(), Indent); in dump() [all...] |
H A D | NativeCompilandSymbol.cpp | 26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump() argument 29 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 31 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, in dump() 34 dumpSymbolField(OS, "libraryName", getLibraryName(), Indent); in dump() 35 dumpSymbolField(OS, "name", getName(), Indent); in dump() 37 Indent); in dump()
|
H A D | NativeTypeTypedef.cpp | 14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump() argument 17 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); in dump() 18 dumpSymbolField(OS, "name", getName(), Indent); in dump() 19 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, in dump()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 52 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() 64 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n"; in EmitStringMatcherForChar() 69 OS << Indent << Split.first << "\n"; in EmitStringMatcherForChar() 92 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '" in EmitStringMatcherForChar() 94 OS << Indent << " break;\n"; in EmitStringMatcherForChar() local 98 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo in EmitStringMatcherForChar() 101 OS << Indent << " break;\n"; in EmitStringMatcherForChar() local 110 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n"; in EmitStringMatcherForChar() 111 OS << Indent << "default: break;\n"; in EmitStringMatcherForChar() local 116 OS << Indent << "cas in EmitStringMatcherForChar() 122 OS << Indent << " break;\\n"; EmitStringMatcherForChar() local 125 OS << Indent << "}\\n"; EmitStringMatcherForChar() local 131 Emit(unsigned Indent, bool IgnoreDuplicates) const Emit() argument [all...] |
/third_party/vulkan-loader/tests/framework/ |
H A D | json_writer.h | 44 Indent(); in StartObject() 50 Indent(); in StartKeyedObject() 57 Indent(); in EndObject() 62 Indent(); in StartKeyedArray() 68 Indent(); in StartArray() 75 Indent(); in EndArray() 81 Indent(); in AddKeyedString() 86 Indent(); in AddString() 92 Indent(); in AddKeyedBool() 97 Indent(); in AddBool() 112 void Indent() { Indent() function [all...] |
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_service.cc | 72 printer->Indent(); in Generate() 123 printer->Indent(); in GenerateInterface() 136 printer->Indent(); in GenerateNewReflectiveServiceMethod() 137 printer->Indent(); in GenerateNewReflectiveServiceMethod() 162 printer->Indent(); in GenerateNewReflectiveBlockingServiceMethod() 163 printer->Indent(); in GenerateNewReflectiveBlockingServiceMethod() 206 printer->Indent(); in GenerateCallMethod() 207 printer->Indent(); in GenerateCallMethod() 253 printer->Indent(); in GenerateCallBlockingMethod() 254 printer->Indent(); in GenerateCallBlockingMethod() [all...] |
H A D | java_message.cc | 273 printer->Indent(); in GenerateInterface() 342 printer->Indent(); in Generate() 354 printer->Indent(); in Generate() 428 printer->Indent(); in Generate() 582 printer->Indent(); in GenerateMessageSerializationMethods() 641 printer->Indent(); in GenerateMessageSerializationMethods() 828 printer->Indent(); in GenerateDescriptorMethods() 829 printer->Indent(); in GenerateDescriptorMethods() 874 printer->Indent(); in GenerateIsInitialized() 995 printer->Indent(); in GenerateEqualsAndHashCode() [all...] |
H A D | java_message_builder.cc | 111 printer->Indent(); in Generate() 223 printer->Indent(); in GenerateDescriptorMethods() 224 printer->Indent(); in GenerateDescriptorMethods() 248 printer->Indent(); in GenerateDescriptorMethods() 249 printer->Indent(); in GenerateDescriptorMethods() 311 printer->Indent(); in GenerateCommonBuilderMethods() 312 printer->Indent(); in GenerateCommonBuilderMethods() 331 printer->Indent(); in GenerateCommonBuilderMethods() 391 printer->Indent(); in GenerateCommonBuilderMethods() 536 printer->Indent(); in GenerateCommonBuilderMethods() [all...] |
H A D | java_message_lite.cc | 136 printer->Indent(); in GenerateInterface() 197 printer->Indent(); in Generate() 241 printer->Indent(); in Generate() 333 printer->Indent(); in Generate() 334 printer->Indent(); in Generate() 338 printer->Indent(); in Generate() 346 printer->Indent(); in Generate() 470 printer->Indent(); in GenerateDynamicMethodNewBuildMessageInfo() 491 printer->Indent(); in GenerateDynamicMethodNewBuildMessageInfo() 695 printer->Indent(); in GenerateConstructor() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 355 void VPInstruction::print(raw_ostream &O, const Twine &Indent) const { in print() 356 O << " +\n" << Indent << "\"EMIT "; in print() local 572 OS << Indent << getUID(Tail) << " -> " << getUID(Head); in drawEdge() 598 OS << Indent << getUID(BasicBlock) << " [label =\n"; in dumpBasicBlock() 600 OS << Indent << "\"" << DOT::EscapeString(BasicBlock->getName()) << ":\\n\""; in dumpBasicBlock() 606 OS << " +\n" << Indent << " \"BlockPredicate: "; in dumpBasicBlock() local 616 Recipe.print(OS, Indent); in dumpBasicBlock() 621 OS << " +\n" << Indent << " \"CondBit: "; in dumpBasicBlock() local 632 OS << "\n" << Indent << "]\n"; in dumpBasicBlock() local 637 OS << Indent << "subgrap in dumpRegion() 648 OS << Indent << "}\\n"; dumpRegion() local 674 O << " +\\n" << Indent << "\\"WIDEN\\\\l\\""; print() local 681 O << " +\\n" << Indent << "\\"WIDEN-INDUCTION"; print() local 691 O << " +\\n" << Indent << "\\"WIDEN-GEP "; print() local 705 O << " +\\n" << Indent << "\\"BLEND "; print() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_message.cc | 137 printer->Indent(); in Generate() 237 printer->Indent(); in Generate() 317 printer->Indent(); in Generate() 343 printer->Indent(); in Generate() 383 printer->Indent(); in GenerateCloningCode() 402 printer->Indent(); in GenerateCloningCode() 410 printer->Indent(); in GenerateCloningCode() 461 printer->Indent(); in GenerateFrameworkMethods() 488 printer->Indent(); in GenerateFrameworkMethods() 524 printer->Indent(); in GenerateMessageSerializationMethods() [all...] |
H A D | csharp_reflection_class.cc | 81 printer->Indent(); in Generate() 142 printer->Indent(); in WriteIntroduction() 153 printer->Indent(); in WriteIntroduction() 168 printer->Indent(); in WriteDescriptor() 171 printer->Indent(); in WriteDescriptor() 172 printer->Indent(); in WriteDescriptor() 174 printer->Indent(); in WriteDescriptor() 223 printer->Indent(); in WriteDescriptor() 224 printer->Indent(); in WriteDescriptor() 225 printer->Indent(); in WriteDescriptor() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 106 /// Print the sample record to the stream \p OS indented by \p Indent. 107 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const { in print() 128 void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const { in print() 132 OS.indent(Indent); in print() 137 OS.indent(Indent + 2); in print() 140 OS.indent(Indent); in print() 146 OS.indent(Indent); in print() 153 OS.indent(Indent + 2); in print() 155 FS.second.print(OS, Indent + 4); in print() 158 OS.indent(Indent); in print() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 60 unsigned AddressSize, unsigned Indent, 67 OS.indent(Indent); 73 DWARFUnit *U, unsigned Indent, 100 Indent); 235 dwarf::Form Form, unsigned Indent, 241 OS.indent(Indent + 2); 284 dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts); 318 sizeof(BaseIndent) + Indent + 4, DumpOpts); 558 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, 561 return Indent; [all...] |
H A D | DWARFDebugLoc.cpp | 126 unsigned Indent) const { in dumpLocationList() 137 dumpRawEntry(E, OS, Indent, DumpOpts, Obj); in dumpLocationList() 140 OS.indent(Indent); in dumpLocationList() 165 OS.indent(Indent); in dumpLocationList() 191 unsigned Indent = 12; 194 Indent); 204 DumpOpts, Indent); 251 raw_ostream &OS, unsigned Indent, 271 OS.indent(Indent); 345 raw_ostream &OS, unsigned Indent, [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_message.cc | 113 format.Indent(); in PrintPresenceCheck() 227 format.Indent(); in EmitFieldNonDefaultCondition() 231 format.Indent(); in EmitFieldNonDefaultCondition() 549 format.Indent(); in OnStartChunk() 922 format.Indent(); in GenerateFieldClear() 928 format.Indent(); in GenerateFieldClear() 1123 format.Indent(); in GenerateClassDefinition() 1211 format.Indent(); in GenerateClassDefinition() 1480 format.Indent(); in GenerateClassDefinition() 1573 format.Indent(); in GenerateClassDefinition() [all...] |
H A D | cpp_map_field.cc | 191 format.Indent(); in GenerateSerializationLoop() 212 format.Indent(); in GenerateSerializeWithCachedSizesToArray() 240 format.Indent(); in GenerateSerializeWithCachedSizesToArray() 241 format.Indent(); in GenerateSerializeWithCachedSizesToArray() 274 format.Indent(); in GenerateSerializeWithCachedSizesToArray() 278 format.Indent(); in GenerateSerializeWithCachedSizesToArray()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.h | 68 unsigned Indent) const; 79 unsigned Indent, DIDumpOptions DumpOpts, 116 unsigned Indent, DIDumpOptions DumpOpts, 136 unsigned Indent, DIDumpOptions DumpOpts,
|
/third_party/gn/src/gn/ |
H A D | output_conversion.cc | 20 void Indent(int indent, std::ostream& out) { in Indent() function 35 Indent(indent, out); in RenderListToJSON() 45 Indent(indent - 1, out); in RenderListToJSON() 58 Indent(indent, out); in RenderScopeToJSON() 69 Indent(indent - 1, out); in RenderScopeToJSON()
|