Home
last modified time | relevance | path

Searched refs:IndentDepth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp447 unsigned IndentDepth = 2; in emitSystemRuntimeLibrarySetCalls() local
454 IndentDepth = 4; in emitSystemRuntimeLibrarySetCalls()
456 OS << indent(IndentDepth); in emitSystemRuntimeLibrarySetCalls()
494 OS << indent(IndentDepth + 2) in emitSystemRuntimeLibrarySetCalls()
499 OS << indent(IndentDepth + 6); in emitSystemRuntimeLibrarySetCalls()
503 OS << indent(IndentDepth + 2) << "};\n\n" in emitSystemRuntimeLibrarySetCalls()
504 << indent(IndentDepth + 2) in emitSystemRuntimeLibrarySetCalls()
508 << indent(IndentDepth + 4) << "setLibcallImpl(Func, Impl);\n"; in emitSystemRuntimeLibrarySetCalls()
513 OS << indent(IndentDepth + 4) << "setLibcallImplCallingConv(Impl, " in emitSystemRuntimeLibrarySetCalls()
517 OS << indent(IndentDepth + 2) << "}\n"; in emitSystemRuntimeLibrarySetCalls()
[all …]