HomeSort by: relevance | last modified time | path
    Searched refs:coff_import_header (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFFImportFile.h 42 OS << StringRef(Data.getBufferStart() + sizeof(coff_import_header));
60 const coff_import_header *getCOFFImportHeader() const {
61 return reinterpret_cast<const object::coff_import_header *>(
COFF.h 541 struct coff_import_header { struct in namespace:llvm::object
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFImportDumper.cpp 28 const coff_import_header *H = File->getCOFFImportHeader();
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFImportFile.cpp 467 size_t Size = sizeof(coff_import_header) + ImpSize;
473 auto *Imp = reinterpret_cast<coff_import_header *>(P);

Completed in 56 milliseconds