Searched refs:m_FileHandle (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DToolOutputFile.cpp61 if (!m_FileHandle.open(pPath, pMode, pPermission)) {
66 << sys::strerror(m_FileHandle.error());
89 assert(m_FileHandle.isOpened() &&
90 m_FileHandle.isGood() &&
91 m_FileHandle.isWritable());
92 m_pFdOstream = new llvm::raw_fd_ostream(m_FileHandle.handler(), false);
H A DFileOutputBuffer.cpp18 : m_pRegion(pRegion), m_FileHandle(pFileHandle)
58 return m_FileHandle.path().native();
/frameworks/compile/mclinker/include/mcld/Support/
H A DToolOutputFile.h40 FileHandle& fd() { return m_FileHandle; }
68 FileHandle m_FileHandle; member in class:mcld::ToolOutputFile
H A DFileOutputBuffer.h63 FileHandle& m_FileHandle; member in class:mcld::FileOutputBuffer
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DMCLinker.h71 FileHandle& m_FileHandle; member in class:mcld::MCLinker
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp206 m_FileHandle(pFileHandle),
237 if (!m_pLinker->emit(m_Module, m_FileHandle.handler()))

Completed in 73 milliseconds