Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DHandleToArea.h67 struct ConstResult { struct
69 ConstResult(const FileHandle* pHandle, const MemoryArea* pArea) in ConstResult() argument
86 ConstResult findFirst(const sys::fs::Path& pPath) const; argument
/frameworks/compile/mclinker/lib/Support/
DHandleToArea.cpp78 HandleToArea::ConstResult HandleToArea::findFirst(const sys::fs::Path& pPath) const in findFirst()
88 return ConstResult(bucket->handle, bucket->area); in findFirst()
93 return ConstResult(NULL, NULL); in findFirst()