Searched refs:pFileHandle (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp29 MemoryArea::MemoryArea(FileHandle& pFileHandle) argument
30 : m_pFileHandle(&pFileHandle) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryArea.h54 // @param pFileHandle - file handler
55 explicit MemoryArea(FileHandle& pFileHandle);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h146 Input* ReadInput(FileHandle& pFileHandle);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp223 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) argument
226 pFileHandle.path());
229 if (pFileHandle.path().empty()) {
231 m_InputBuilder.setMemory(*input, pFileHandle.handler(), FileHandle::ReadOnly);

Completed in 108 milliseconds