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/ |
D | Disassembler.cpp | 139 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/ |
D | AsmPrinter.cpp | 790 static void emitComments(const MachineInstr &MI, raw_ostream &CommentOS) { in emitComments() function 1107 emitComments(MI, OutStreamer->GetCommentOS()); in EmitFunctionBody()
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 2725 … const emitComments = state.shouldEmitCommentsStack[state.stackIndex] = shouldEmitComments(node); constant 2728 if (emitComments) emitCommentsBeforeNode(node);
|
D | utilities.ts | 4691 export function emitComments( function 4781 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara…
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 18958 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… function 18983 ts.emitComments = emitComments; 19032 …emitComments(text, lineMap, writer, detachedComments, /*leadingSeparator*/ false, /*trailingSepara…
|
D | tsc.js | 14910 …function emitComments(text, lineMap, writer, comments, leadingSeparator, trailingSeparator, newLin… function 14935 ts.emitComments = emitComments; 14967 … emitComments(text, lineMap, writer, detachedComments, false, true, newLine, writeComment);
|