OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportDirectory
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Object/
COFFObjectFile.cpp
540
ImportDirectory
= reinterpret_cast<
633
ImportDirectory
(nullptr),
773
if (!
ImportDirectory
)
775
if (
ImportDirectory
[0].ImportLookupTableRVA == 0)
778
ImportDirectoryEntryRef(
ImportDirectory
, 0, this));
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
559
ImportDirectory
= reinterpret_cast<
669
ImportDirectory
(nullptr),
818
if (!
ImportDirectory
)
820
if (
ImportDirectory
->isNull())
823
ImportDirectoryEntryRef(
ImportDirectory
, 0, this));
[
all
...]
/external/llvm/include/llvm/Object/
COFF.h
636
const import_directory_table_entry *
ImportDirectory
;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
775
const coff_import_directory_table_entry *
ImportDirectory
;
[
all
...]
Completed in 52 milliseconds