Searched defs:has_output_sym (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp514 bool has_output_sym = (NULL != output_sym); local
515 if (!resolved_result.existent || !has_output_sym) {
530 if (resolved_result.overriden || !has_output_sym) {
747 bool has_output_sym = (NULL != output_sym); local
749 if (!result.existent || !has_output_sym) {
754 if (result.overriden || !has_output_sym) {
763 else if (has_output_sym)
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp136 bool has_output_sym = (NULL != output_sym); local
139 if (!result.existent || !has_output_sym) {

Completed in 2378 milliseconds