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

/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp16 FileHandle& pFileHandle)
17 : m_pRegion(pRegion), m_FileHandle(pFileHandle) {
26 FileOutputBuffer::create(FileHandle& pFileHandle, argument
32 ec = llvm::sys::fs::resize_file(pFileHandle.handler(), pSize);
37 new llvm::sys::fs::mapped_file_region(pFileHandle.handler(),
42 pResult.reset(new FileOutputBuffer(mapped_file.get(), pFileHandle));
15 FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion, FileHandle& pFileHandle) argument
H A DTarget.cpp45 FileHandle& pFileHandle) const {
48 return MCLinkerCtorFn(pTriple, pConfig, pModule, pFileHandle);
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileOutputBuffer.h31 static std::error_code create(FileHandle& pFileHandle,
60 FileHandle& pFileHandle);
H A DTarget.h49 FileHandle& pFileHandle);
75 FileHandle& pFileHandle) const;
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h118 Input* ReadInput(FileHandle& pFileHandle);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp195 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) { argument
197 pFileHandle.path());
200 if (pFileHandle.path().empty()) {

Completed in 216 milliseconds