Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOutputFormatOptions.h40 llvm::cl::opt<bool>& m_Relocatable; variable
/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp189 m_Relocatable(ArgRelocatable), in OutputFormatOptions()
256 else if (true == m_Relocatable) { in parseOutput()