OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportDirectoryEntryRef
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
COFF.h
25
class
ImportDirectoryEntryRef
;
27
typedef content_iterator<
ImportDirectoryEntryRef
> import_directory_iterator;
342
friend class
ImportDirectoryEntryRef
;
477
class
ImportDirectoryEntryRef
{
479
ImportDirectoryEntryRef
() : OwningObject(nullptr) {}
480
ImportDirectoryEntryRef
(const import_directory_table_entry *Table, uint32_t I,
484
bool operator==(const
ImportDirectoryEntryRef
&Other) const;
/external/llvm/lib/Object/
COFFObjectFile.cpp
630
ImportDirectoryEntryRef
(ImportDirectory, 0, this));
635
ImportDirectoryEntryRef
(ImportDirectory, NumberOfImportDirectory, this));
[
all
...]
Completed in 25 milliseconds