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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h42 OS << StringRef(Data.getBufferStart() + sizeof(coff_import_header));
60 const coff_import_header *getCOFFImportHeader() const {
61 return reinterpret_cast<const object::coff_import_header *>(
H A DCOFF.h541 struct coff_import_header { struct in namespace:llvm::object
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp28 const coff_import_header *H = File->getCOFFImportHeader();
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h47 using llvm::object::coff_import_header;
322 const coff_import_header *hdr;
H A DSymbols.h36 using llvm::object::coff_import_header;
H A DInputFiles.cpp842 const auto *hdr = reinterpret_cast<const coff_import_header *>(buf);
851 const char *nameStart = buf + sizeof(coff_import_header) + name.size() + 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp467 size_t Size = sizeof(coff_import_header) + ImpSize;
473 auto *Imp = reinterpret_cast<coff_import_header *>(P);

Completed in 139 milliseconds