Home
last modified time | relevance | path

Searched refs:IMPORT_TABLE (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DCOFF.h527 IMPORT_TABLE, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h532 IMPORT_TABLE, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h582 IMPORT_TABLE, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DCOFF.h583 IMPORT_TABLE, enumerator
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp394 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFYAML.cpp470 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp470 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
/external/llvm-project/lld/COFF/
DWriter.cpp1444 dir[IMPORT_TABLE].RelativeVirtualAddress = importTableStart->getRVA(); in writeHeader()
1445 dir[IMPORT_TABLE].Size = importTableSize; in writeHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp541 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry)) in initImportTablePtr()
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp543 const data_directory *DataEntry = getDataDirectory(COFF::IMPORT_TABLE); in initImportTablePtr()