Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DFactoriesTest.cpp168 MCLDFile* file = m_pFileAlloc->produce(); in TEST_F()
181 MCLDFile* file = m_pFileAlloc->produce( in TEST_F()
182 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive); in TEST_F()
197 MCLDFile* file = m_pFileAlloc->produce( in TEST_F()
198 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive); in TEST_F()
/frameworks/compile/mclinker/include/mcld/MC/
DSearchDirs.h24 class MCLDFile; variable