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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp124 bool is_object = m_Config.codeGenType() == LinkerConfig::Object; local
126 assert(is_dynobj || is_exec || is_binary || is_object);
139 if (is_object || is_dynobj || is_exec) {

Completed in 53 milliseconds