Home
last modified time | relevance | path

Searched refs:__cxa_demangle (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DDemangle.cpp30 abi::__cxa_demangle(pName.c_str(), /*buffer=*/0, &output_leng, &status); in demangleName()
/frameworks/rs/rsov/compiler/
DRSAllocationUtils.cpp127 char *demangled = __cxxabiv1::__cxa_demangle( in getRSAllocAccesses()
DBuiltin.cpp236 __cxxabiv1::__cxa_demangle(mangled, nullptr, nullptr, nullptr); in lookupTranslation()
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4907 __cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status) in __cxa_demangle() function