Home
last modified time | relevance | path

Searched refs:getELF (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DScriptCompiled.h144 const char *getELF() const { in getELF() function
145 return &*mCompiler.getELF().begin(); in getELF()
149 return mCompiler.getELF().size(); in getELFSize()
DScript.cpp194 if (static_cast<size_t>(objFile.write(getELF(), in prepareRelocatable()
244 registerObjectWithGDB(getELF(), getELFSize()); // thread-safe registration in prepareExecutable()
790 const char *Script::getELF() const { in getELF() function in bcc::Script
793 return mCompiled->getELF(); in getELF()
797 return mCached->getELF(); in getELF()
DScriptCached.h130 const char *getELF() const { in getELF() function
DCompiler.h118 const llvm::SmallVector<char, 1024> &getELF() const { in getELF() function
DScript.h202 const char *getELF() const;
DMCCacheWriter.cpp378 if (static_cast<size_t>(mObjFile->write(mpOwner->getELF(), in writeAll()