Searched refs:symbol_end_impl (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
H A DIRObjectFile.h39 basic_symbol_iterator symbol_end_impl() const override;
H A DSymbolicFile.h130 virtual basic_symbol_iterator symbol_end_impl() const = 0;
137 return symbol_end_impl();
H A DMachO.h133 basic_symbol_iterator symbol_end_impl() const override;
H A DCOFF.h425 basic_symbol_iterator symbol_end_impl() const override;
H A DELFObjectFile.h185 basic_symbol_iterator symbol_end_impl() const override;
790 basic_symbol_iterator ELFObjectFile<ELFT>::symbol_end_impl() const {
/external/llvm/lib/Object/
H A DIRObjectFile.cpp263 basic_symbol_iterator IRObjectFile::symbol_end_impl() const { function in class:IRObjectFile
H A DCOFFObjectFile.cpp606 basic_symbol_iterator COFFObjectFile::symbol_end_impl() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp1410 basic_symbol_iterator MachOObjectFile::symbol_end_impl() const { function in class:llvm::object::MachOObjectFile

Completed in 266 milliseconds