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.cpp30 struct CoreDefinition { struct
31 ByteOrder default_byte_order;
32 uint32_t addr_byte_size;
33 uint32_t min_opcode_byte_size;
34 uint32_t max_opcode_byte_size;
35 llvm::Triple::ArchType machine;
36 ArchSpec::Core core;
37 const char *const name;