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

  /external/llvm/lib/Object/
ObjectFile.cpp 54 case sys::fs::file_magic::elf_relocatable:
Binary.cpp 59 case sys::fs::file_magic::elf_relocatable:
  /external/llvm/include/llvm/Support/
FileSystem.h 225 elf_relocatable, ///< ELF Relocatable object file enumerator in enum:llvm::sys::fs::file_magic::Impl
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 507 case sys::fs::file_magic::elf_relocatable:
  /external/llvm/unittests/Support/
Path.cpp 361 fs::file_magic::elf_relocatable}
  /external/llvm/lib/Support/
Path.cpp 879 case 1: return file_magic::elf_relocatable;

Completed in 867 milliseconds