OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_iterator
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
SymbolicFile.h
67
template <class content_type> class
content_iterator
{
class in namespace:llvm::object
77
content_iterator
(content_type symb) : Current(std::move(symb)) {}
function in class:llvm::object::content_iterator
83
bool operator==(const
content_iterator
&other) const {
87
bool operator!=(const
content_iterator
&other) const {
91
content_iterator
&operator++() { // preincrement
141
using basic_symbol_iterator =
content_iterator
<BasicSymbolRef>;
MachO.h
63
using dice_iterator =
content_iterator
<DiceRef>;
125
using export_iterator =
content_iterator
<ExportEntry>;
202
using rebase_iterator =
content_iterator
<MachORebaseEntry>;
260
using bind_iterator =
content_iterator
<MachOBindEntry>;
COFF.h
45
using import_directory_iterator =
content_iterator
<ImportDirectoryEntryRef>;
47
content_iterator
<DelayImportDirectoryEntryRef>;
48
using export_directory_iterator =
content_iterator
<ExportDirectoryEntryRef>;
49
using imported_symbol_iterator =
content_iterator
<ImportedSymbolRef>;
50
using base_reloc_iterator =
content_iterator
<BaseRelocRef>;
ObjectFile.h
47
using section_iterator =
content_iterator
<SectionRef>;
76
using relocation_iterator =
content_iterator
<RelocationRef>;
IRSymtab.h
263
using symbol_range = iterator_range<object::
content_iterator
<SymbolRef>>;
Completed in 23 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026