Home
last modified time | relevance | path

Searched refs:coff_import_header (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h71 const coff_import_header *getCOFFImportHeader() const { in getCOFFImportHeader()
72 return reinterpret_cast<const object::coff_import_header *>( in getCOFFImportHeader()
H A DCOFF.h541 struct coff_import_header { struct
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp28 const coff_import_header *H = File->getCOFFImportHeader(); in dumpCOFFImportFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp77 const coff_import_header *hdr = getCOFFImportHeader(); in getExportName()
110 const char *Name = Data.getBufferStart() + sizeof(coff_import_header); in printSymbolName()
550 size_t Size = sizeof(coff_import_header) + ImpSize; in createShortImport()
556 auto *Imp = reinterpret_cast<coff_import_header *>(P); in createShortImport()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h50 using llvm::object::coff_import_header;
355 const coff_import_header *hdr;
H A DInputFiles.cpp992 reinterpret_cast<const coff_import_header *>(mb.getBufferStart()); in parse()
1234 size_t size = sizeof(coff_import_header) + impSize; in makeImport()
1238 auto *imp = reinterpret_cast<coff_import_header *>(p); in makeImport()
H A DSymbols.h29 using llvm::object::coff_import_header;