Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dstage1.h105 struct ZigTarget { struct
106 enum ZigLLVM_ArchType arch;
107 enum Os os;
108 enum ZigLLVM_EnvironmentType abi;
110 bool is_native_os;
111 bool is_native_cpu;
113 const char *llvm_cpu_name;
114 const char *llvm_cpu_features;
115 const char *llvm_target_abi;
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dstage1.h105 struct ZigTarget { struct
106 enum ZigLLVM_ArchType arch;
107 enum Os os;
108 enum ZigLLVM_EnvironmentType abi;
110 bool is_native_os;
111 bool is_native_cpu;
113 const char *llvm_cpu_name;
114 const char *llvm_cpu_features;
115 const char *llvm_target_abi;