HomeSort by: relevance | last modified time | path
    Searched defs:thunk_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.h 36 struct GTY(()) thunk_info {
38 thunk_info () function
48 thunk_info (const thunk_info &t) function
60 operator==(const thunk_info &other) const
69 operator!=(const thunk_info &other) const
74 thunk_info &
75 operator=(const thunk_info &other)
115 /* Dump thunk_info. */
118 /* Stream out thunk_info. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.h 36 struct GTY(()) thunk_info {
38 thunk_info () function
48 thunk_info (const thunk_info &t) function
60 operator==(const thunk_info &other) const
69 operator!=(const thunk_info &other) const
74 thunk_info &
75 operator=(const thunk_info &other)
115 /* Dump thunk_info. */
118 /* Stream out thunk_info. *
    [all...]

Completed in 15 milliseconds