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

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

Completed in 60 milliseconds