Searched refs:pRawMemory (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h138 /// This function tells MCLinker to read pRawMemory as an image of an object
141 /// know the object format of pRawMemory.
143 /// @param [in] pRawMemory An image of object file
146 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp211 Input* IRBuilder::ReadInput(const std::string& pName, void* pRawMemory, size_t pSize) argument
216 m_InputBuilder.setMemory(*input, pRawMemory, pSize);

Completed in 2004 milliseconds