Home
last modified time | relevance | path

Searched refs:GetFunctionArgumentTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i798 ") GetFunctionArgumentTypes;
800 GetFunctionArgumentTypes ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h187 lldb::SBTypeList GetFunctionArgumentTypes();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp294 lldb::SBTypeList SBType::GetFunctionArgumentTypes() { in GetFunctionArgumentTypes() function in SBType
296 GetFunctionArgumentTypes); in GetFunctionArgumentTypes()
958 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBType, GetFunctionArgumentTypes, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59590 result = (arg1)->GetFunctionArgumentTypes(); in _wrap_SBType_GetFunctionArgumentTypes()