Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Classes | |
struct | dart::compiler::ffi::AbiAlignmentDouble |
struct | dart::compiler::ffi::AbiAlignmentUint64 |
Namespaces | |
namespace | dart |
namespace | dart::compiler |
namespace | dart::compiler::ffi |
Macros | |
#define | ABI_ENUM_VALUE1(os, arch) k##os##arch |
#define | ABI_ENUM_VALUE2(os, arch) ABI_ENUM_VALUE1(os, arch) |
#define | ABI_ENUM_VALUE3 ABI_ENUM_VALUE2(DART_TARGET_OS_NAME, TARGET_ARCH_NAME) |
Functions | |
Abi | dart::compiler::ffi::TargetAbi () |
Variables | |
const char * | dart::compiler::ffi::target_abi_name |
#define ABI_ENUM_VALUE2 | ( | os, | |
arch | |||
) | ABI_ENUM_VALUE1(os, arch) |
#define ABI_ENUM_VALUE3 ABI_ENUM_VALUE2(DART_TARGET_OS_NAME, TARGET_ARCH_NAME) |