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

1 2

  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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 502 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 502 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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 517 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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 517 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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 516 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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 516 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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 516 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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 516 struct coff_import_header { struct in namespace:llvm::object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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 *>(
  /prebuilts/clang/host/linux-x86/clang-4479392/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 *>(
  /prebuilts/clang/host/linux-x86/clang-4579689/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 *>(
  /prebuilts/clang/host/linux-x86/clang-4630689/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 *>(
  /prebuilts/clang/host/linux-x86/clang-4639204/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 *>(
  /prebuilts/clang/host/linux-x86/clang-4691093/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 *>(
  /external/llvm/tools/llvm-readobj/
COFFImportDumper.cpp 31 const coff_import_header *H = File->getCOFFImportHeader();

Completed in 311 milliseconds

1 2