Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp76 std::string caller_func_name; in issueUndefRef() local
88 caller_func_name = sym.name(); in issueUndefRef()
93 caller_func_name = demangleName(caller_func_name); in issueUndefRef()
96 << caller_file_name << caller_func_name; in issueUndefRef()