Home
last modified time | relevance | path

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

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