Home
last modified time | relevance | path

Searched refs:FrameType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h76 enum FrameType { enum
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp499 if (!to_integer(Str, Type) || FrameType(Type) != FrameType::FrameData) in parse()
H A DBreakpadRecords.h219 enum class FrameType : uint8_t { FPO = 0, FrameData = 4 }; enum