Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBType.i810 ") GetFunctionArgumentTypes;
812 GetFunctionArgumentTypes ();
/openbsd/gnu/llvm/lldb/examples/functions/
H A Dmain.cpp260 function_type.GetFunctionArgumentTypes(); in main()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h192 lldb::SBTypeList GetFunctionArgumentTypes();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBType.cpp295 lldb::SBTypeList SBType::GetFunctionArgumentTypes() { in GetFunctionArgumentTypes() function in SBType