Searched refs:DumpEmulationForAllInstructions (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h55 bool DumpEmulationForAllInstructions(const char *triple);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i67 DumpEmulationForAllInstructions (const char *triple);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp188 bool SBInstructionList::DumpEmulationForAllInstructions(const char *triple) { function in class:SBInstructionList
189 LLDB_RECORD_METHOD(bool, SBInstructionList, DumpEmulationForAllInstructions,
230 DumpEmulationForAllInstructions, (const char *));
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30390 SWIG_check_num_args("lldb::SBInstructionList::DumpEmulationForAllInstructions",2,2)
30391 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBInstructionList::DumpEmulationForAllInstructions",1,"lldb::SBInstructionList *");
30392 if(!SWIG_lua_isnilstring(L,2)) SWIG_fail_arg("lldb::SBInstructionList::DumpEmulationForAllInstructions",2,"char const *");
30399 result = (bool)(arg1)->DumpEmulationForAllInstructions((char const *)arg2);
30459 { "DumpEmulationForAllInstructions", _wrap_SBInstructionList_DumpEmulationForAllInstructions},
[all...]

Completed in 190 milliseconds