Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp29 MemoryArea::MemoryArea(FileHandle& pFileHandle) in MemoryArea() argument
30 : m_pFileHandle(&pFileHandle) { in MemoryArea()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryArea.h55 explicit MemoryArea(FileHandle& pFileHandle);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp211 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) in ReadInput() argument
214 pFileHandle.path()); in ReadInput()
217 if (pFileHandle.path().empty()) { in ReadInput()
219 m_InputBuilder.setMemory(*input, pFileHandle.handler(), FileHandle::ReadOnly); in ReadInput()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h144 Input* ReadInput(FileHandle& pFileHandle);