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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp125 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; local
129 assert(is_dynobj || is_exec || is_binary || is_object);
131 if (is_dynobj || is_exec) {
142 if (is_object || is_dynobj || is_exec) {
170 if (is_dynobj || is_exec)
179 if (is_dynobj || is_exec)
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1381 bool is_exec = (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0; local
1386 if (is_exec) {

Completed in 50 milliseconds