Home
last modified time | relevance | path

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

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