OpenCoverage

Disassembler.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/disassembler/Disassembler.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2namespace JSC {-
3-
4class MacroAssemblerCodePtr;-
5-
6-
7-
8-
9inline bool tryToDisassemble(const MacroAssemblerCodePtr&, size_t, const char*, PrintStream&)-
10{-
11 return
never executed: return false;
false;
never executed: return false;
0
12}-
13-
14-
15-
16-
17void disassemble(const MacroAssemblerCodePtr&, size_t, const char* prefix, PrintStream& out);-
18-
19}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0