Lines Matching refs:unwrap
58 delete unwrap(script); in bccDisposeScript()
66 return unwrap(script)->registerSymbolCallback(pFn, pContext); in bccRegisterSymbolCallback()
72 return unwrap(script)->getError(); in bccGetError()
81 return unwrap(script)->addSourceBC(0, resName, bitcode, bitcodeSize, flags); in bccReadBC()
90 return unwrap(script)->addSourceModule(0, unwrap(module), flags); in bccReadModule()
98 return unwrap(script)->addSourceFile(0, path, flags); in bccReadFile()
108 return unwrap(script)->addSourceBC(1, resName, bitcode, bitcodeSize, flags); in bccLinkBC()
116 return unwrap(script)->addSourceFile(1, path, flags); in bccLinkFile()
122 unwrap(script)->markExternalSymbol(name); in bccMarkExternalSymbol()
130 return unwrap(script)->prepareSharedObject(cacheDir, cacheName, flags); in bccPrepareSharedObject()
144 return unwrap(script)->prepareExecutable(cacheDir, cacheName, flags); in bccPrepareExecutable()
151 void *addr = unwrap(script)->lookup(funcname); in bccGetFuncAddr()
167 unwrap(script)->getExportVarList(varListSize, varList); in bccGetExportVarList()
170 size_t count = unwrap(script)->getExportVarCount(); in bccGetExportVarList()
191 unwrap(script)->getExportFuncList(funcListSize, funcList); in bccGetExportFuncList()
194 size_t count = unwrap(script)->getExportFuncCount(); in bccGetExportFuncList()