OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExportDirectoryEntryRef
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
COFF.h
26
class
ExportDirectoryEntryRef
;
28
typedef content_iterator<
ExportDirectoryEntryRef
> export_directory_iterator;
343
friend class
ExportDirectoryEntryRef
;
501
class
ExportDirectoryEntryRef
{
503
ExportDirectoryEntryRef
() : OwningObject(nullptr) {}
504
ExportDirectoryEntryRef
(const export_directory_table_entry *Table, uint32_t I,
508
bool operator==(const
ExportDirectoryEntryRef
&Other) const;
/external/llvm/lib/Object/
COFFObjectFile.cpp
640
ExportDirectoryEntryRef
(ExportDirectory, 0, this));
645
return export_directory_iterator(
ExportDirectoryEntryRef
(nullptr, 0, this));
646
ExportDirectoryEntryRef
Ref(ExportDirectory,
[
all
...]
Completed in 29 milliseconds