Lines Matching defs:file
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
11 /// \brief This file implements the COFF-specific dumper for llvm-objdump.
375 // Given the COFF object file, this function returns the relocations for .pdata
448 /// pointing to an executable file.
467 /// pointing to an object file. Unlike executable, fields in RuntimeFunction
546 const COFFObjectFile *file = dyn_cast<const COFFObjectFile>(Obj);
547 printLoadConfiguration(file);
548 printImportTables(file);
549 printExportTable(file);