Home
last modified time | relevance | path

Searched refs:eTraceItemKindInstruction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp38 return GetItemKind() == lldb::eTraceItemKindInstruction; in IsInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.cpp186 CreateNewTraceItem(lldb::eTraceItemKindInstruction, insn.ip); in AppendInstruction()
242 [](lldb::addr_t) { return lldb::eTraceItemKindInstruction; }), in GetItemKindByIndex()
H A DLibiptDecoder.cpp228 lldb::eTraceItemKindInstruction) { in TryIdentifyInfiniteLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1238 eTraceItemKindInstruction, enumerator
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78512 {SWIG_LUA_CONSTTAB_INT("eTraceItemKindInstruction", lldb::eTraceItemKindInstruction)},