Home
last modified time | relevance | path

Searched defs:getModule (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DSource.h69 inline llvm::Module &getModule() in getModule() function
71 inline const llvm::Module &getModule() const in getModule() function
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h73 const Module& getModule() const { return m_Module; } in getModule() function
74 Module& getModule() { return m_Module; } in getModule() function