LLVM API Documentation
#include <ObjectFile.h>
Public Member Functions | |
| content_iterator (content_type symb) | |
| const content_type * | operator-> () const |
| const content_type & | operator* () const |
| bool | operator== (const content_iterator &other) const |
| bool | operator!= (const content_iterator &other) const |
| content_iterator & | increment (error_code &err) |
Definition at line 47 of file ObjectFile.h.
| llvm::object::content_iterator< content_type >::content_iterator | ( | content_type | symb | ) | [inline] |
Definition at line 50 of file ObjectFile.h.
| content_iterator& llvm::object::content_iterator< content_type >::increment | ( | error_code & | err | ) | [inline] |
Definition at line 69 of file ObjectFile.h.
References llvm::next().
Referenced by llvm::DWARFContextInMemory::DWARFContextInMemory(), llvm::RuntimeDyldImpl::emitSection(), llvm::RuntimeDyldImpl::loadObject(), llvm::MCObjectSymbolizer::MCObjectSymbolizer(), llvm::object::printRelocationTargetName(), and llvm::MCObjectSymbolizer::tryAddingSymbolicOperand().
| bool llvm::object::content_iterator< content_type >::operator!= | ( | const content_iterator< content_type > & | other | ) | const [inline] |
Definition at line 65 of file ObjectFile.h.
| const content_type& llvm::object::content_iterator< content_type >::operator* | ( | ) | const [inline] |
Definition at line 57 of file ObjectFile.h.
| const content_type* llvm::object::content_iterator< content_type >::operator-> | ( | ) | const [inline] |
Definition at line 53 of file ObjectFile.h.
| bool llvm::object::content_iterator< content_type >::operator== | ( | const content_iterator< content_type > & | other | ) | const [inline] |
Definition at line 61 of file ObjectFile.h.