Searched refs:mangled_name (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h16 std::string demangleName(const std::string& mangled_name);
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp81 std::string mangled_name = pInput.path().filename().native(); local
82 for (std::string::iterator it = mangled_name.begin(), ie = mangled_name.end();
91 "_binary_" + mangled_name + "_start",
101 "_binary_" + mangled_name + "_end",
111 "_binary_" + mangled_name + "_size",

Completed in 56 milliseconds