Home
last modified time | relevance | path

Searched defs:CoreDefinition (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp29 struct CoreDefinition { struct
30 ByteOrder default_byte_order;
31 uint32_t addr_byte_size;
32 uint32_t min_opcode_byte_size;
33 uint32_t max_opcode_byte_size;
34 llvm::Triple::ArchType machine;
35 ArchSpec::Core core;
36 const char *const name;