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

/frameworks/compile/mclinker/include/mcld/Support/
H A DHandleToArea.h1 //===- HandleToArea.h -----------------------------------------------------===//
25 /** \class HandleToArea
30 * For high performance, HandleToArea is not designed to contain unique
33 * Like FileHandle, HandleToArea should neither throw exception nor call
36 class HandleToArea : private Uncopyable class in namespace:mcld
107 HandleToArea() : m_AreaMap() { } function in class:mcld::HandleToArea
109 ~HandleToArea() { }

Completed in 75 milliseconds