Home
last modified time | relevance | path

Searched refs:m_GPSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/lib/
DTargetControlOptions.cpp51 : m_GPSize(ArgGPSize), in TargetControlOptions()
62 pConfig.options().setGPSize(m_GPSize); in parse()
/frameworks/compile/mclinker/tools/mcld/include/mcld/
DTargetControlOptions.h25 llvm::cl::opt<int>& m_GPSize;
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h316 { m_GPSize = gpsize; } in setGPSize()
319 { return m_GPSize; } in getGPSize()
453 uint32_t m_GPSize; // -G, --gpsize variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp63 m_GPSize(8), in GeneralOptions()