Searched refs:pFileHandle (Results 1 – 6 of 6) sorted by relevance
16 FileHandle& pFileHandle) in FileOutputBuffer() argument17 : m_pRegion(pRegion), m_FileHandle(pFileHandle) { in FileOutputBuffer()26 FileOutputBuffer::create(FileHandle& pFileHandle, in create() argument32 ec = llvm::sys::fs::resize_file(pFileHandle.handler(), pSize); in create()37 new llvm::sys::fs::mapped_file_region(pFileHandle.handler(), in create()42 pResult.reset(new FileOutputBuffer(mapped_file.get(), pFileHandle)); in create()
45 FileHandle& pFileHandle) const { in createMCLinker()48 return MCLinkerCtorFn(pTriple, pConfig, pModule, pFileHandle); in createMCLinker()
31 static std::error_code create(FileHandle& pFileHandle,60 FileHandle& pFileHandle);
49 FileHandle& pFileHandle);75 FileHandle& pFileHandle) const;
195 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) { in ReadInput() argument197 pFileHandle.path()); in ReadInput()200 if (pFileHandle.path().empty()) { in ReadInput()
118 Input* ReadInput(FileHandle& pFileHandle);