OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportDirectoryEntryRef
(Results
1 - 8
of
8
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
823
ImportDirectoryEntryRef
(ImportDirectory, 0, this));
828
ImportDirectoryEntryRef
(nullptr, -1, this));
[
all
...]
/external/llvm/include/llvm/Object/
COFF.h
27
class
ImportDirectoryEntryRef
;
32
typedef content_iterator<
ImportDirectoryEntryRef
> import_directory_iterator;
624
friend class
ImportDirectoryEntryRef
;
892
class
ImportDirectoryEntryRef
{
894
ImportDirectoryEntryRef
() : OwningObject(nullptr) {}
895
ImportDirectoryEntryRef
(const import_directory_table_entry *Table, uint32_t I,
899
bool operator==(const
ImportDirectoryEntryRef
&Other) const;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
778
ImportDirectoryEntryRef
(ImportDirectory, 0, this));
783
ImportDirectoryEntryRef
(nullptr, -1, this));
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
42
class
ImportDirectoryEntryRef
;
46
using import_directory_iterator = content_iterator<
ImportDirectoryEntryRef
>;
763
friend class
ImportDirectoryEntryRef
;
[
all
...]
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
355
for (const
ImportDirectoryEntryRef
&DirRef : Obj->import_directories()) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp
350
for (const
ImportDirectoryEntryRef
&DirRef : Obj->import_directories()) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
[
all
...]
Completed in 119 milliseconds