Home
last modified time | relevance | path

Searched refs:SBInstructionList (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBInstructionList.cpp24 SBInstructionList::SBInstructionList() : m_opaque_sp() { in SBInstructionList() function in SBInstructionList
25 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBInstructionList); in SBInstructionList()
28 SBInstructionList::SBInstructionList(const SBInstructionList &rhs) in SBInstructionList() function in SBInstructionList
30 LLDB_RECORD_CONSTRUCTOR(SBInstructionList, (const lldb::SBInstructionList &), in SBInstructionList()
34 const SBInstructionList &SBInstructionList::
35 operator=(const SBInstructionList &rhs) { in operator =()
37 const lldb::SBInstructionList &, in operator =()
38 SBInstructionList, operator=,(const lldb::SBInstructionList &), rhs); in operator =()
45 SBInstructionList::~SBInstructionList() = default;
47 bool SBInstructionList::IsValid() const { in IsValid()
[all …]
DSBSymbol.cpp113 SBInstructionList SBSymbol::GetInstructions(SBTarget target) { in GetInstructions()
114 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in GetInstructions()
120 SBInstructionList SBSymbol::GetInstructions(SBTarget target, in GetInstructions()
122 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in GetInstructions()
125 SBInstructionList sb_instructions; in GetInstructions()
224 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in RegisterMethods()
226 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBSymbol, GetInstructions, in RegisterMethods()
DSBFunction.cpp115 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions()
116 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in GetInstructions()
122 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions()
124 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in GetInstructions()
127 SBInstructionList sb_instructions; in GetInstructions()
260 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in RegisterMethods()
262 LLDB_REGISTER_METHOD(lldb::SBInstructionList, SBFunction, GetInstructions, in RegisterMethods()
DSBTarget.cpp2033 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2035 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions()
2041 lldb::SBInstructionList SBTarget::ReadInstructions(lldb::SBAddress base_addr, in ReadInstructions()
2044 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, ReadInstructions, in ReadInstructions()
2048 SBInstructionList sb_instructions; in ReadInstructions()
2073 lldb::SBInstructionList SBTarget::GetInstructions(lldb::SBAddress base_addr, in GetInstructions()
2076 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, GetInstructions, in GetInstructions()
2084 lldb::SBInstructionList
2088 LLDB_RECORD_METHOD(lldb::SBInstructionList, SBTarget, in GetInstructionsWithFlavor()
2093 SBInstructionList sb_instructions; in GetInstructionsWithFlavor()
[all …]
DCMakeLists.txt51 SBInstructionList.cpp
DSBReproducer.cpp91 RegisterMethods<SBInstructionList>(R); in SBRegistry()
/external/llvm-project/lldb/include/lldb/API/
DSBInstructionList.h18 class LLDB_API SBInstructionList {
20 SBInstructionList();
22 SBInstructionList(const SBInstructionList &rhs);
24 const SBInstructionList &operator=(const SBInstructionList &rhs);
26 ~SBInstructionList();
DSBSymbol.h39 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
41 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
DSBTarget.h788 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
791 lldb::SBInstructionList ReadInstructions(lldb::SBAddress base_addr,
795 lldb::SBInstructionList GetInstructions(lldb::SBAddress base_addr,
801 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::SBAddress base_addr,
806 lldb::SBInstructionList GetInstructions(lldb::addr_t base_addr,
809 lldb::SBInstructionList GetInstructionsWithFlavor(lldb::addr_t base_addr,
DSBFunction.h38 lldb::SBInstructionList GetInstructions(lldb::SBTarget target);
40 lldb::SBInstructionList GetInstructions(lldb::SBTarget target,
DSBFile.h18 friend class SBInstructionList; variable
DSBInstruction.h73 friend class SBInstructionList;
DSBStream.h74 friend class SBInstructionList; variable
DSBDefines.h52 class LLDB_API SBInstructionList; variable
/external/llvm-project/lldb/bindings/interface/
DSBInstructionList.i26 ) SBInstructionList;
27 class SBInstructionList
31 SBInstructionList ();
33 SBInstructionList (const SBInstructionList &rhs);
35 ~SBInstructionList ();
69 STRING_EXTENSION(SBInstructionList)
DSBSymbol.i42 lldb::SBInstructionList
45 lldb::SBInstructionList
DSBFunction.i68 lldb::SBInstructionList
71 lldb::SBInstructionList
DSBTarget.i911 lldb::SBInstructionList
914 lldb::SBInstructionList
925 lldb::SBInstructionList
937 lldb::SBInstructionList
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCodeForward.h32 class SBInstructionList; variable
DJSONUtils.cpp598 lldb::SBInstructionList insts; in CreateSource()
/external/llvm-project/lldb/bindings/
Dheaders.swig37 #include "lldb/API/SBInstructionList.h"
Dinterfaces.swig44 %include "./interface/SBInstructionList.i"
/external/llvm-project/lldb/test/API/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py209 obj = lldb.SBInstructionList()