Searched refs:resultptr (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 4566 lldb::SBSymbolContext * resultptr = new lldb::SBSymbolContext(result); in _wrap_SBAddress_GetSymbolContext() local 4567 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBSymbolContext,1); SWIG_arg++; in _wrap_SBAddress_GetSymbolContext() 4593 lldb::SBSection * resultptr = new lldb::SBSection(result); in _wrap_SBAddress_GetSection() local 4594 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBSection,1); SWIG_arg++; in _wrap_SBAddress_GetSection() 4644 lldb::SBModule * resultptr = new lldb::SBModule(result); in _wrap_SBAddress_GetModule() local 4645 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBModule,1); SWIG_arg++; in _wrap_SBAddress_GetModule() 4671 lldb::SBCompileUnit * resultptr = new lldb::SBCompileUnit(result); in _wrap_SBAddress_GetCompileUnit() local 4672 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBCompileUnit,1); SWIG_arg++; in _wrap_SBAddress_GetCompileUnit() 4698 lldb::SBFunction * resultptr = new lldb::SBFunction(result); in _wrap_SBAddress_GetFunction() local 4699 SWIG_NewPointerObj(L,(void *) resultptr,SWIGTYPE_p_lldb__SBFunction,1); SWIG_arg++; in _wrap_SBAddress_GetFunction() [all …]
|