HomeSort by relevance Sort by last modified time
    Searched refs:coff_import_header (Results 1 - 7 of 7) sorted by null

  /external/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 518 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFFImportFile.h 44 OS << StringRef(Data.getBufferStart() + sizeof(coff_import_header));
62 const coff_import_header *getCOFFImportHeader() const {
63 return reinterpret_cast<const object::coff_import_header *>(
COFF.h 539 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFImportDumper.cpp 31 const coff_import_header *H = File->getCOFFImportHeader();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFImportDumper.cpp 29 const coff_import_header *H = File->getCOFFImportHeader();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFImportFile.cpp 468 size_t Size = sizeof(coff_import_header) + ImpSize;
474 auto *Imp = reinterpret_cast<coff_import_header *>(P);

Completed in 68 milliseconds