Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.h848 typedef struct LL_Function_ { struct
856 struct LL_Function_ *next; /**< Next function in module */ argument
857 struct LL_Symbols_ local_vars;
858 unsigned int num_locals;
859 int launch_bounds, launch_bounds_minctasm;
860 int is_kernel;
861 enum LL_LinkageType linkage;
862 const char *calling_convention;
865 LL_Object *first_local, *last_local;
869 hashset_t used_local_names;