Home
last modified time | relevance | path

Searched refs:ZigLLVMAddFunctionInAddressSpace (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/
H A Dzig_llvm.h68 ZIG_EXTERN_C LLVMValueRef ZigLLVMAddFunctionInAddressSpace(LLVMModuleRef M, const char *Name,
H A Dzig_llvm.cpp415 LLVMValueRef ZigLLVMAddFunctionInAddressSpace(LLVMModuleRef M, const char *Name, LLVMTypeRef Functi… in ZigLLVMAddFunctionInAddressSpace() function
/dports/lang/zig/zig-0.9.0/src/
H A Dzig_llvm.h68 ZIG_EXTERN_C LLVMValueRef ZigLLVMAddFunctionInAddressSpace(LLVMModuleRef M, const char *Name,
H A Dzig_llvm.cpp415 LLVMValueRef ZigLLVMAddFunctionInAddressSpace(LLVMModuleRef M, const char *Name, LLVMTypeRef Functi… in ZigLLVMAddFunctionInAddressSpace() function
/dports/lang/zig-devel/zig-0.9.0/src/codegen/llvm/
H A Dbindings.zig266 pub const addFunctionInAddressSpace = ZigLLVMAddFunctionInAddressSpace;
267 …extern fn ZigLLVMAddFunctionInAddressSpace(*const Module, Name: [*:0]const u8, FunctionTy: *const …
/dports/lang/zig/zig-0.9.0/src/codegen/llvm/
H A Dbindings.zig266 pub const addFunctionInAddressSpace = ZigLLVMAddFunctionInAddressSpace;
267 …extern fn ZigLLVMAddFunctionInAddressSpace(*const Module, Name: [*:0]const u8, FunctionTy: *const …