Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h35 bool hasFile() const { return m_pWildcardFile != NULL; } in hasFile() function
37 assert(hasFile()); in file()
/frameworks/compile/mclinker/lib/Script/
DInputSectDesc.cpp40 assert (m_Spec.hasFile()); in dump()
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp312 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile)) in matched()