Searched refs:ConstResult (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h68 struct ConstResult { struct in class:mcld::HandleToArea
70 ConstResult(const FileHandle* pHandle, const MemoryArea* pArea) function in struct:mcld::HandleToArea::ConstResult
87 ConstResult findFirst(const sys::fs::Path& pPath) const;
/frameworks/compile/mclinker/lib/Support/
H A DHandleToArea.cpp77 HandleToArea::ConstResult HandleToArea::findFirst(const sys::fs::Path& pPath) const
87 return ConstResult(bucket->handle, bucket->area);
92 return ConstResult(NULL, NULL);

Completed in 573 milliseconds