Searched refs:pFileHandle (Results 1 – 4 of 4) sorted by relevance
29 MemoryArea::MemoryArea(FileHandle& pFileHandle) in MemoryArea() argument30 : m_pFileHandle(&pFileHandle) { in MemoryArea()
55 explicit MemoryArea(FileHandle& pFileHandle);
211 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) in ReadInput() argument214 pFileHandle.path()); in ReadInput()217 if (pFileHandle.path().empty()) { in ReadInput()219 m_InputBuilder.setMemory(*input, pFileHandle.handler(), FileHandle::ReadOnly); in ReadInput()
144 Input* ReadInput(FileHandle& pFileHandle);