Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp139 static void emitComments(LLVMDisasmContext *DC, in emitComments() function
285 emitComments(DC, FormattedOS); in LLVMDisasmInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp790 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() function
1107 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
/third_party/typescript/src/compiler/
Demitter.ts2725 … const emitComments = state.shouldEmitCommentsStack[state.stackIndex] = shouldEmitComments(node); constant
2728 if (emitComments) emitCommentsBeforeNode(node);
Dutilities.ts4691 export function emitComments( function
4781emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara…
/third_party/typescript/lib/
DtypingsInstaller.js18958 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… function
18983 ts.emitComments = emitComments;
19032emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara…
Dtsc.js14910 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… function
14935 ts.emitComments = emitComments;
14967emitComments(text, lineMap, writer, detachedComments, false, true, newLine, writeComment);