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

123

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h47 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp35 OS << "\n" << Indent; local
H A DCodeExpander.h37 StringRef Indent; member in class:llvm::CodeExpander
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h71 unsigned Indent; member in class:llvm::DiffConsumer
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativePublicSymbol.cpp24 void NativePublicSymbol::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeVTShape.cpp18 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, argument
H A DNativeCompilandSymbol.cpp24 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeBuiltin.cpp23 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeTypedef.cpp16 void NativeTypeTypedef::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...]
H A DNativeTypePointer.cpp35 void NativeTypePointer::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypeUDT.cpp38 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypeEnum.cpp131 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, argument
[all...]
/freebsd-current/contrib/llvm-project/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...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp76 << Indent << " Relocation Model = "; local
103 << Indent << " Code Model = "; local
127 << Indent << " Optimization Level = "; local
143 OS << "\n" << Indent << "}\n"; local
/freebsd-current/contrib/llvm-project/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
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTableExecutorEmitter.h186 emitAdditionalTemporariesDecl(raw_ostream &OS, StringRef Indent) argument
H A DCallingConvEmitter.cpp125 EmitAction(Record *Action, unsigned Indent, raw_ostream &O) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h172 StringRef Indent; member in class:llvm::orc::JITTargetMachineBuilderPrinter
159 JITTargetMachineBuilderPrinter(JITTargetMachineBuilder &JTMB, StringRef Indent) argument
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangSyntaxEmitter.cpp182 llvm::StringRef Indent = Line.take_while(llvm::isSpace); local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, argument
202 dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value, int Indent, const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags) argument

Completed in 150 milliseconds

123