Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DSymbolicFile.h134 virtual basic_symbol_iterator symbol_end_impl() const = 0;
141 return symbol_end_impl(); in symbol_end()
DIRObjectFile.h44 basic_symbol_iterator symbol_end_impl() const override;
DELFObjectFile.h205 basic_symbol_iterator symbol_end_impl() const override;
808 basic_symbol_iterator ELFObjectFile<ELFT>::symbol_end_impl() const { in symbol_end_impl() function
DMachO.h256 basic_symbol_iterator symbol_end_impl() const override;
DCOFF.h627 basic_symbol_iterator symbol_end_impl() const override;
/external/llvm/lib/Object/
DIRObjectFile.cpp250 basic_symbol_iterator IRObjectFile::symbol_end_impl() const { in symbol_end_impl() function in IRObjectFile
DCOFFObjectFile.cpp731 basic_symbol_iterator COFFObjectFile::symbol_end_impl() const { in symbol_end_impl() function in COFFObjectFile
DMachOObjectFile.cpp1218 basic_symbol_iterator MachOObjectFile::symbol_end_impl() const { in symbol_end_impl() function in MachOObjectFile