/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
COFFImportFile.cpp | 193 sizeof(coff_import_directory_table_entry) + 208 u32(sizeof(coff_import_directory_table_entry)), 211 sizeof(coff_import_directory_table_entry)), 222 sizeof(coff_import_directory_table_entry) + 234 const coff_import_directory_table_entry ImportDescriptor{ 240 {u32(offsetof(coff_import_directory_table_entry, NameRVA)), u32(2), 242 {u32(offsetof(coff_import_directory_table_entry, ImportLookupTableRVA)), 244 {u32(offsetof(coff_import_directory_table_entry, ImportAddressTableRVA)), 332 sizeof(coff_import_directory_table_entry)), 344 u32(sizeof(coff_import_directory_table_entry)), [all...] |
COFFObjectFile.cpp | 560 const coff_import_directory_table_entry *>(IntPtr); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
COFF.h | 553 struct coff_import_directory_table_entry { struct in namespace:llvm::object 775 const coff_import_directory_table_entry *ImportDirectory; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
COFFDump.cpp | 351 const coff_import_directory_table_entry *Dir;
|
/external/llvm/include/llvm/Object/ |
COFF.h | 531 struct coff_import_directory_table_entry { struct in namespace:llvm::object [all...] |