HomeSort by relevance Sort by last modified time
    Searched refs:unmangled (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libregex/
demangle_symbol.cpp 45 char * unmangled = cplus_demangle(tmp.c_str(), DMGL_PARAMS | DMGL_ANSI); local
47 if (!unmangled) {
54 string result(unmangled);
55 free(unmangled);
  /external/compiler-rt/make/
lib_info.mk 7 # AvailableFunctions - The entire list of function names (unmangled) the

Completed in 61 milliseconds