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

  /external/llvm/lib/Object/
SymbolicFile.cpp 61 case sys::fs::file_magic::pecoff_executable:
Binary.cpp 64 case sys::fs::file_magic::pecoff_executable:
ObjectFile.cpp 79 case sys::fs::file_magic::pecoff_executable:
  /external/llvm/include/llvm/Support/
FileSystem.h 246 pecoff_executable, ///< PECOFF executable file enumerator in enum:llvm::sys::fs::file_magic::Impl
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 761 case sys::fs::file_magic::pecoff_executable:
  /external/llvm/lib/Support/
Path.cpp 1046 return file_magic::pecoff_executable;

Completed in 519 milliseconds