Searched refs:ZigLLVM_OSType (Results 1 – 10 of 10) sorted by relevance
/dports/lang/zig-devel/zig-0.9.0/src/ |
H A D | zig_llvm.h | 381 enum ZigLLVM_OSType { enum 510 ZIG_EXTERN_C const char *ZigLLVMGetOSTypeName(enum ZigLLVM_OSType os); 518 enum ZigLLVM_OSType os_type); 524 …enum ZigLLVM_VendorType *vendor_type, enum ZigLLVM_OSType *os_type, enum ZigLLVM_EnvironmentType *…
|
H A D | zig_llvm.cpp | 1027 const char *ZigLLVMGetOSTypeName(ZigLLVM_OSType os) { in ZigLLVMGetOSTypeName() 1038 … ZigLLVM_VendorType *vendor_type, ZigLLVM_OSType *os_type, ZigLLVM_EnvironmentType *environ_type, in ZigLLVMGetNativeTarget() 1046 *os_type = (ZigLLVM_OSType)triple.getOS(); in ZigLLVMGetNativeTarget() 1219 ZigLLVM_OSType os_type) in ZigLLVMWriteArchive()
|
/dports/lang/zig/zig-0.9.0/src/ |
H A D | zig_llvm.h | 381 enum ZigLLVM_OSType { enum 510 ZIG_EXTERN_C const char *ZigLLVMGetOSTypeName(enum ZigLLVM_OSType os); 518 enum ZigLLVM_OSType os_type); 524 …enum ZigLLVM_VendorType *vendor_type, enum ZigLLVM_OSType *os_type, enum ZigLLVM_EnvironmentType *…
|
H A D | zig_llvm.cpp | 1027 const char *ZigLLVMGetOSTypeName(ZigLLVM_OSType os) { in ZigLLVMGetOSTypeName() 1038 … ZigLLVM_VendorType *vendor_type, ZigLLVM_OSType *os_type, ZigLLVM_EnvironmentType *environ_type, in ZigLLVMGetNativeTarget() 1046 *os_type = (ZigLLVM_OSType)triple.getOS(); in ZigLLVMGetNativeTarget() 1219 ZigLLVM_OSType os_type) in ZigLLVMWriteArchive()
|
/dports/lang/zig-devel/zig-0.9.0/src/stage1/ |
H A D | target.hpp | 69 ZigLLVM_OSType get_llvm_os_type(Os os_type);
|
H A D | zig0.cpp | 65 static Os get_zig_os_type(ZigLLVM_OSType os_type) { in get_zig_os_type() 146 ZigLLVM_OSType os_type; in get_native_target()
|
H A D | target.cpp | 219 ZigLLVM_OSType get_llvm_os_type(Os os_type) { in get_llvm_os_type()
|
/dports/lang/zig/zig-0.9.0/src/stage1/ |
H A D | target.hpp | 69 ZigLLVM_OSType get_llvm_os_type(Os os_type);
|
H A D | zig0.cpp | 65 static Os get_zig_os_type(ZigLLVM_OSType os_type) { in get_zig_os_type() 146 ZigLLVM_OSType os_type; in get_native_target()
|
H A D | target.cpp | 219 ZigLLVM_OSType get_llvm_os_type(Os os_type) { in get_llvm_os_type()
|