Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DStringMatcher.cpp52 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local
131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBExtras.h48 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeTypedef.cpp14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypeVTShape.cpp15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, in dump()
DNativeCompilandSymbol.cpp26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypeBuiltin.cpp24 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypeArray.cpp26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypeFunctionSig.cpp33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump()
108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump()
DNativeSymbolEnumerator.cpp27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypePointer.cpp34 void NativeTypePointer::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypeUDT.cpp37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, in dump()
DNativeTypeEnum.cpp128 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, in defaultDump()
186 SymIndexId Value, int Indent, in dumpSymbolIdField()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp60 unsigned AddressSize, unsigned Indent, in dumpRanges()
73 DWARFUnit *U, unsigned Indent, in dumpLocation()
235 dwarf::Form Form, unsigned Indent, in dumpAttribute()
558 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain()
569 void DWARFDie::dump(raw_ostream &OS, unsigned Indent, in dump()
DDWARFDebugLoc.cpp191 unsigned Indent = 12; in dump() local
251 raw_ostream &OS, unsigned Indent, in dumpRawEntry()
345 raw_ostream &OS, unsigned Indent, in dumpRawEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
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()
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp288 struct Indent struct
290 int level;
291 Indent (int level_) : level(level_) {} in Indent() function
/third_party/gn/src/gn/
Doutput_conversion.cc20 void Indent(int indent, std::ostream& out) { in Indent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp501 Error BitcodeAnalyzer::decodeMetadataStringsBlob(StringRef Indent, in decodeMetadataStringsBlob()
727 std::string Indent(IndentLevel * 2, ' '); in parseBlock() local
/third_party/flatbuffers/src/
Didl_gen_json_schema.cpp164 std::string Indent(int indent) const { in Indent() function in flatbuffers::jsons::JsonSchemaGenerator
/third_party/grpc/src/compiler/
Dprotobuf_plugin.h146 void Indent() { printer_.Indent(); } in Indent() function
/third_party/protobuf/src/google/protobuf/io/
Dprinter.cc186 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/CodeGen/AsmPrinter/
DDIE.cpp236 const std::string Indent(IndentCount, ' '); in printValues() local
248 const std::string Indent(IndentCount, ' '); in print() local
/third_party/protobuf/src/google/protobuf/
Dtext_format.h104 virtual void Indent() {} in Indent() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp705 struct Indent struct
707 int level;
709 Indent(int level_) : level(level_) in Indent() argument

123