Home | History | Annotate | Download | only in impl

Lines Matching full:bitwidth

24 template <unsigned Bitwidth>
25 ELFSectionSymTab<Bitwidth>::~ELFSectionSymTab() {
31 template <unsigned Bitwidth>
32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const {
42 template <unsigned Bitwidth>
43 inline size_t ELFSectionSymTab<Bitwidth>::getExternFuncCount() const {
53 template <unsigned Bitwidth>
54 inline void ELFSectionSymTab<Bitwidth>::buildNameMap() {
63 template <unsigned Bitwidth>
64 inline ELFSymbol<Bitwidth> const *
65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const {
74 template <unsigned Bitwidth>
76 ELFSectionSymTab<Bitwidth>::getFuncNameList(size_t size,
85 template <unsigned Bitwidth>
87 ELFSectionSymTab<Bitwidth> *
88 ELFSectionSymTab<Bitwidth>::read(Archiver &AR,
114 template <unsigned Bitwidth>
115 void ELFSectionSymTab<Bitwidth>::print() const {