| 1849 | } |
| 1850 | |
| 1851 | CeDbgState* BfModule::GetCeDbgState() |
| 1852 | { |
| 1853 | if (!mIsComptimeModule) |
| 1854 | return NULL; |
| 1855 | if ((mCompiler->mCeMachine != NULL) && (mCompiler->mCeMachine->mDebugger != NULL)) |
| 1856 | return mCompiler->mCeMachine->mDebugger->mCurDbgState; |
| 1857 | return NULL; |
| 1858 | } |
| 1859 | |
| 1860 | BfIRValue BfModule::GetStringCharPtr(int stringId, bool force) |
| 1861 | { |
no outgoing calls
no test coverage detected