Searched refs:llvm_code_start (Results 1 – 1 of 1) sorted by relevance
114 guint8 *llvm_code_start; member2271 compute_llvm_code_range (amodule, &amodule->llvm_code_start, &amodule->llvm_code_end); in load_aot_module()2279 if (amodule->llvm_code_start) { in load_aot_module()2280 aot_code_low_addr = MIN (aot_code_low_addr, (gsize)amodule->llvm_code_start); in load_aot_module()2289 if (amodule->llvm_code_start) in load_aot_module()2290 mono_jit_info_add_aot_module (assembly->image, amodule->llvm_code_start, amodule->llvm_code_end); in load_aot_module()2697 if ((guint8*)code >= amodule->llvm_code_start && (guint8*)code < amodule->llvm_code_end) in is_llvm_code()3241 (code >= amodule->llvm_code_start && code <= amodule->llvm_code_end); in amodule_contains_code_addr()