Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-sem_lib.adb190 Fe := Get_Design_File_Source (Design_File);
H A Dvhdl-formatters.adb847 Sfe : constant Source_File_Entry := Get_Design_File_Source (F);
H A Dvhdl-nodes.ads7386 function Get_Design_File_Source (Design : Iir) return Source_File_Entry; subprogspec
H A Dvhdl-nodes.adb1385 function Get_Design_File_Source (Design : Iir) return Source_File_Entry is subprogram
1391 end Get_Design_File_Source;
H A Dvhdl-nodes_meta.adb7557 return Get_Design_File_Source (N);
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdllocal.adb1368 Fe := Get_Design_File_Source (File);
1572 Fe := Get_Design_File_Source (File);
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb1078 Get_Design_File_Source (Get_Design_File (Unit));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1753 Get_Design_File_Source = libghdl.vhdl__nodes__get_design_file_source variable