Searched defs:getByName (Results 1 - 3 of 3) sorted by path

/frameworks/compile/linkloader/include/
H A DELFSectionSymTab.h62 ELFSymbolTy const *getByName(std::string const &name) const;
64 ELFSymbolTy *getByName(std::string const &name) { function in class:ELFSectionSymTab
66 const_cast<ELFSectionSymTabTy const *>(this)->getByName(name));
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx98 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) const { function in class:ELFSectionHeaderTable
110 ELFSectionHeaderTable<Bitwidth>::getByName(const std::string &name) { function in class:ELFSectionHeaderTable
112 ELFSectionHeaderTy const *shptr = const_this->getByName(name);
H A DELFSectionSymTab.hxx65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const { function in class:ELFSectionSymTab

Completed in 283 milliseconds