Searched defs:Indent (Results 1 - 25 of 63) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h47 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { argument
/openbsd-current/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp35 OS << "\n" << Indent; local
H A DCodeExpander.h37 StringRef Indent; member in class:llvm::CodeExpander
H A DGIMatchDagPredicate.h70 virtual bool generateCheckCode(raw_ostream &OS, StringRef Indent, argument
/openbsd-current/gnu/llvm/lldb/tools/lldb-test/
H A DFormatUtil.cpp21 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) argument
24 void LinePrinter::Indent(uint32_t Amount) { function in class:LinePrinter
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DStringMatcher.cpp94 OS << Indent << " break;\n"; local
101 OS << Indent << " break;\n"; local
111 OS << Indent << "default: break;\n"; local
122 OS << Indent << " break;\\n"; local
125 OS << Indent << "}\\n"; local
131 Emit(unsigned Indent, bool IgnoreDuplicates) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp34 inline void DiffScalarVal<T, U>::print(raw_ostream &OS, std::string Indent) { argument
95 void SymScalar::print(raw_ostream &OS, std::string Indent, MachO::Target Targ) { argument
40 print(raw_ostream &OS, std::string Indent) argument
47 print(raw_ostream &OS, std::string Indent) argument
55 print(raw_ostream &OS, std::string Indent) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h71 unsigned Indent; member in class:llvm::DiffConsumer
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeVTShape.cpp18 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeTypedef.cpp16 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, argument
H A DNativeCompilandSymbol.cpp24 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, argument
H A DNativePublicSymbol.cpp24 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeBuiltin.cpp23 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeArray.cpp27 void NativeTypeArray::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeFunctionSymbol.cpp34 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent, argument
H A DNativeSymbolEnumerator.cpp27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypeFunctionSig.cpp109 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp79 << Indent << " Relocation Model = "; local
106 << Indent << " Code Model = "; local
130 << Indent << " Optimization Level = "; local
146 OS << "\n" << Indent << "}\n"; local
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DJsonSupport.h21 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, function in namespace:clang
H A DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { function in namespace:clang::markup
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp145 auto Indent = Depth * 4; local
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp182 llvm::StringRef Indent = Line.take_while(llvm::isSpace); local
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp177 unsigned Indent = 0; member in class:clang::format::__anon616::LevelIndentTracker
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h174 StringRef Indent; member in class:llvm::orc::JITTargetMachineBuilderPrinter
161 JITTargetMachineBuilderPrinter(JITTargetMachineBuilder &JTMB, StringRef Indent) argument
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp367 void GsymReader::dump(raw_ostream &OS, const InlineInfo &II, uint32_t Indent) { argument

Completed in 394 milliseconds

123