HomeSort by relevance Sort by last modified time
    Searched defs:getELF (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.h 140 const llvm::SmallVector<char, 1024> &getELF() const {
Script.cpp 771 const char *Script::getELF() const {
774 return mCompiled->getELF();
ScriptCompiled.h 150 const char *getELF() const {
151 return &*mCompiler.getELF().begin();
155 return mCompiler.getELF().size();

Completed in 62 milliseconds