Searched refs:resultptr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4500 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result); in _wrap_SBAddress_GetSymbolContext() local 4501 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBSymbolContext,1); SWIG_arg++; in _wrap_SBAddress_GetSymbolContext() 4527 lldb::SBSection * resultptr = new lldb::SBSection(result); in _wrap_SBAddress_GetSection() local 4528 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBSection,1); SWIG_arg++; in _wrap_SBAddress_GetSection() 4578 lldb::SBModule * resultptr = new lldb::SBModule(result); in _wrap_SBAddress_GetModule() local 4579 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBModule,1); SWIG_arg++; in _wrap_SBAddress_GetModule() 4605 lldb::SBCompileUnit * resultptr = new lldb::SBCompileUnit(result); in _wrap_SBAddress_GetCompileUnit() local 4606 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBCompileUnit,1); SWIG_arg++; in _wrap_SBAddress_GetCompileUnit() 4632 lldb::SBFunction * resultptr = new lldb::SBFunction(result); in _wrap_SBAddress_GetFunction() local 4633 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBFunction,1); SWIG_arg++; in _wrap_SBAddress_GetFunction() [all …]
|