| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBExtras.h | 48 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeCompilandSymbol.cpp | 26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump() argument
|
| H A D | NativeTypeBuiltin.cpp | 24 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, in dump() argument
|
| H A D | NativeTypeTypedef.cpp | 14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump() argument
|
| H A D | NativeTypeVTShape.cpp | 15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump() argument
|
| H A D | NativeTypeArray.cpp | 26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump() argument [all...] |
| H A D | NativeSymbolEnumerator.cpp | 27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, in dump() argument [all...] |
| H A D | NativeTypeFunctionSig.cpp | 108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump() argument [all...] |
| H A D | NativeTypePointer.cpp | 34 void NativeTypePointer::dump(raw_ostream &OS, int Indent, in dump() argument [all...] |
| H A D | NativeTypeUDT.cpp | 37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump() argument [all...] |
| H A D | NativeTypeEnum.cpp | 128 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, in dump() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | StringMatcher.cpp | 94 OS << Indent << " break;\n"; in EmitStringMatcherForChar() local 101 OS << Indent << " break;\n"; in EmitStringMatcherForChar() local 111 OS << Indent << "default: break;\n"; in EmitStringMatcherForChar() local 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 | 112 void Indent() { Indent() function [all...] |
| /third_party/gn/src/gn/ |
| H A D | output_conversion.cc | 20 void Indent(int indent, std::ostream& out) { in Indent() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, in defaultDump() argument 185 dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value, int Indent, const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags) dumpSymbolIdField() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 104 unsigned Indent; member in llvm::sampleprof::SampleProfileWriterText
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 238 O << Indent; in printValues() local 257 O << Indent; in print() local
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | printer.cc | 186 void Printer::Indent() { indent_ += " "; } in Indent() function in google::protobuf::io::Printer
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeAnalyzer.cpp | 501 Error BitcodeAnalyzer::decodeMetadataStringsBlob(StringRef Indent, in decodeMetadataStringsBlob() argument 536 OS << Indent << " }"; in decodeMetadataStringsBlob() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 154 StringRef Indent = "\t"; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | JSON.h | 840 unsigned Indent = 0; member in llvm::json::OStream
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 356 O << " +\n" << Indent << "\"EMIT "; in print() local 606 OS << " +\n" << Indent << " \"BlockPredicate: "; in dumpBasicBlock() local 621 OS << " +\n" << Indent << " \"CondBit: "; in dumpBasicBlock() local 632 OS << "\n" << Indent << "]\n"; in dumpBasicBlock() local 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 713 unsigned Indent = StateStack.empty() ? 1 : StateStack.size(); in blockScalarString() local 782 unsigned Indent = StateStack.size() - 1; in newLineCheck() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format.h | 104 virtual void Indent() {} in Indent() function in google::protobuf::TextFormat::BaseTextGenerator
|
| /third_party/node/deps/v8/src/json/ |
| H A D | json-stringifier.cc | 106 V8_INLINE void Indent() { indent_++; } in Indent() function in v8::internal::JsonStringifier
|