HomeSort by relevance Sort by last modified time
    Searched refs:m_pBitcode (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/MC/
MCLDInfo.cpp 25 m_pBitcode(0),
49 m_pBitcode = const_cast<Input*>(&pInput);
54 assert((0 != m_pBitcode) && "default bitcode is not set");
55 return *m_pBitcode;
60 assert((0 != m_pBitcode) && "default bitcode is not set");
61 return *m_pBitcode;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 121 Input* m_pBitcode;

Completed in 883 milliseconds