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

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

Completed in 28 milliseconds