Revision d4d015664fa1a42285d206791a7bf2dd788f4f4e authored by toivoh on 01 March 2016, 18:08:35 UTC, committed by Tony Kelman on 13 March 2016, 23:46:30 UTC
They are still given to the user in macro arguments,
otherwise LineNumberNode seems to be used consistently.

(cherry picked from commit 3a16b19eb6c03a89d58a92d7623e60a83b21c3d8)
ref #15309
1 parent 6fffa59
Raw File
julia.expmap
{
  global:
    __asan*;
    __stack_chk_guard;
    asprintf;
    bitvector_*;
    clock_now;
    ev_break;
    get_exename;
    getlocalip;
    int32hash;
    int64hash;
    int64to32hash;
    ios_*;
    iswprint;
    jl_*;
    rec_backtrace;
    julia_*;
    libsupport_init;
    localtime_r;
    memhash;
    memhash32;
    memhash32_seed;
    memhash_seed;
    restore_arg_area_loc;
    restore_signals;
    rl_clear_input;
    save_arg_area_loc;
    u8_*;
    uv_*;
    add_library_mapping;
    utf8proc_*;
    jlbacktrace;
    _IO_stdin_used;
    __ZN4llvm23createLowerSimdLoopPassEv;

    /* freebsd */
    environ;
    __progname;

  local:
    *;
};
back to top