Home
last modified time | relevance | path

Searched refs:ZigLLVMFileToScope (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/
H A Dzig_llvm.h237 ZIG_EXTERN_C struct ZigLLVMDIScope *ZigLLVMFileToScope(struct ZigLLVMDIFile *difile);
H A Dzig_llvm.cpp873 ZigLLVMDIScope *ZigLLVMFileToScope(ZigLLVMDIFile *difile) { in ZigLLVMFileToScope() function
/dports/lang/zig/zig-0.9.0/src/
H A Dzig_llvm.h237 ZIG_EXTERN_C struct ZigLLVMDIScope *ZigLLVMFileToScope(struct ZigLLVMDIFile *difile);
H A Dzig_llvm.cpp873 ZigLLVMDIScope *ZigLLVMFileToScope(ZigLLVMDIFile *difile) { in ZigLLVMFileToScope() function
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Danalyze.cpp945 import ? ZigLLVMFileToScope(import->data.structure.root_struct->di_file) : nullptr, in get_opaque_type()
1177 import ? ZigLLVMFileToScope(import->data.structure.root_struct->di_file) : nullptr, in get_partial_container_type()
8765 di_scope = ZigLLVMFileToScope(di_file); in resolve_llvm_types_struct()
9022 ZigLLVMFileToScope(import->data.structure.root_struct->di_file), in make_empty_namespace_llvm_di_type()
9068ZigLLVMFileToScope(import->data.structure.root_struct->di_file), buf_ptr(&enum_type->name), in resolve_llvm_types_enum()
9113 ZigLLVMFileToScope(import->data.structure.root_struct->di_file), in resolve_llvm_types_union()
9164ZigLLVMFileToScope(import->data.structure.root_struct->di_file), buf_ptr(&union_type->name), in resolve_llvm_types_union()
9235 ZigLLVMFileToScope(import->data.structure.root_struct->di_file), in resolve_llvm_types_union()
H A Dcodegen.cpp720 scope->di_scope = ZigLLVMFileToScope(import->data.structure.root_struct->di_file); in get_di_scope()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Danalyze.cpp945 import ? ZigLLVMFileToScope(import->data.structure.root_struct->di_file) : nullptr, in get_opaque_type()
1177 import ? ZigLLVMFileToScope(import->data.structure.root_struct->di_file) : nullptr, in get_partial_container_type()
8765 di_scope = ZigLLVMFileToScope(di_file); in resolve_llvm_types_struct()
9022 ZigLLVMFileToScope(import->data.structure.root_struct->di_file), in make_empty_namespace_llvm_di_type()
9068ZigLLVMFileToScope(import->data.structure.root_struct->di_file), buf_ptr(&enum_type->name), in resolve_llvm_types_enum()
9113 ZigLLVMFileToScope(import->data.structure.root_struct->di_file), in resolve_llvm_types_union()
9164ZigLLVMFileToScope(import->data.structure.root_struct->di_file), buf_ptr(&union_type->name), in resolve_llvm_types_union()
9235 ZigLLVMFileToScope(import->data.structure.root_struct->di_file), in resolve_llvm_types_union()
H A Dcodegen.cpp720 scope->di_scope = ZigLLVMFileToScope(import->data.structure.root_struct->di_file); in get_di_scope()