Searched defs:pFD (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp69 MemoryArea* MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) argument
H A Draw_ostream.cpp46 mcld::raw_fd_ostream::raw_fd_ostream(int pFD, argument
49 : llvm::raw_fd_ostream(pFD, pShouldClose, pUnbuffered),
H A DFileHandle.cpp108 bool FileHandle::delegate(int pFD, FileHandle::OpenMode pMode) argument
115 m_Handler = pFD;

Completed in 67 milliseconds