Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp188 bool SBInstructionList::DumpEmulationForAllInstructions(const char *triple) { in DumpEmulationForAllInstructions() function in SBInstructionList
189 LLDB_RECORD_METHOD(bool, SBInstructionList, DumpEmulationForAllInstructions, in DumpEmulationForAllInstructions()
230 DumpEmulationForAllInstructions, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h55 bool DumpEmulationForAllInstructions(const char *triple);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i67 DumpEmulationForAllInstructions (const char *triple);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30439 result = (bool)(arg1)->DumpEmulationForAllInstructions((char const *)arg2); in _wrap_SBInstructionList_DumpEmulationForAllInstructions()