Searched refs:getELF (Results 1 – 6 of 6) sorted by relevance
144 const char *getELF() const { in getELF() function145 return &*mCompiler.getELF().begin(); in getELF()149 return mCompiler.getELF().size(); in getELFSize()
194 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::Script793 return mCompiled->getELF(); in getELF()797 return mCached->getELF(); in getELF()
130 const char *getELF() const { in getELF() function
118 const llvm::SmallVector<char, 1024> &getELF() const { in getELF() function
202 const char *getELF() const;
378 if (static_cast<size_t>(mObjFile->write(mpOwner->getELF(), in writeAll()