Lines Matching full:architecture
24 /// \class ArchSpec ArchSpec.h "lldb/Utility/ArchSpec.h" An architecture
29 /// of strings to architecture enumeration values confined to this class
30 /// allows new architecture support to be added easily.
288 /// Constructor over architecture name.
291 /// type and architecture name.
306 /// Returns a static string representing the current architecture.
309 /// architecture.
312 /// if MIPS architecture return true.
317 /// Returns a string representing current architecture as a target CPU for
321 /// architecture.
334 /// Returns the size in bytes of an address of the current architecture.
336 /// \return The byte size of an address of the current architecture.
339 /// Returns a machine family for the current architecture.
346 /// \return True if the current architecture is valid, false
374 /// Change the architecture object type, CPU type and OS type.
411 /// Returns the byte order for the architecture specification.
414 /// the architecture specification
420 /// order can almost always be determined by the architecture. However, many
435 /// Architecture data byte width accessor
438 /// from the Architecture's data bus
441 /// Architecture code byte width accessor
444 /// from the Architecture's code bus
447 /// Architecture triple accessor.
452 /// Architecture triple accessor.
459 /// Architecture triple setter.
464 /// taken from the host. Architecture and environment components are used
473 /// Returns the default endianness of the architecture.
476 /// the architecture.
479 /// Returns true if 'char' is a signed type by default in the architecture
483 /// architecture and false otherwise.
508 /// Detect whether this architecture uses thumb code exclusively