Home
last modified time | relevance | path

Searched refs:elf_relocatable (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/llvm/unittests/BinaryFormat/
DTestFileMagic.cpp55 const char elf_relocatable[] = {0x7f, 'E', 'L', 'F', 1, 2, 1, 0, 0, variable
102 DEFINE(elf_relocatable), in TEST_F()
/external/llvm-project/llvm/lib/Object/
DSymbolicFile.cpp73 case file_magic::elf_relocatable: in createSymbolicFile()
120 case file_magic::elf_relocatable: in isSymbolicFile()
DBinary.cpp55 case file_magic::elf_relocatable: in createBinary()
DIRObjectFile.cpp95 case file_magic::elf_relocatable: in findBitcodeInMemBuffer()
DObjectFile.cpp154 case file_magic::elf_relocatable: in createObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMagic.h26 elf_relocatable, ///< ELF Relocatable object file enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMagic.h26 elf_relocatable, ///< ELF Relocatable object file enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DSymbolicFile.cpp79 case file_magic::elf_relocatable: in createSymbolicFile()
DBinary.cpp54 case file_magic::elf_relocatable: in createBinary()
DIRObjectFile.cpp95 case file_magic::elf_relocatable: in findBitcodeInMemBuffer()
DObjectFile.cpp143 case file_magic::elf_relocatable: in createObjectFile()
/external/llvm/lib/Object/
DSymbolicFile.cpp63 case sys::fs::file_magic::elf_relocatable: in createSymbolicFile()
DBinary.cpp47 case sys::fs::file_magic::elf_relocatable: in createBinary()
DModuleSummaryIndexObjectFile.cpp56 case sys::fs::file_magic::elf_relocatable: in findBitcodeInMemBuffer()
DObjectFile.cpp86 case sys::fs::file_magic::elf_relocatable: in createObjectFile()
DIRObjectFile.cpp296 case sys::fs::file_magic::elf_relocatable: in findBitcodeInMemBuffer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMagic.cpp96 return file_magic::elf_relocatable; in identify_magic()
/external/llvm-project/llvm/lib/BinaryFormat/
DMagic.cpp97 return file_magic::elf_relocatable; in identify_magic()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp330 case file_magic::elf_relocatable: in jitLink()
/external/llvm/unittests/Support/
DPath.cpp741 const char elf_relocatable[] = { 0x7f, 'E', 'L', 'F', 1, 2, 1, 0, 0, variable
782 DEFINE(elf_relocatable), in TEST_F()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h246 elf_relocatable, ///< ELF Relocatable object file enumerator
/external/llvm/include/llvm/Support/
DFileSystem.h245 elf_relocatable, ///< ELF Relocatable object file enumerator
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp1038 case 1: return file_magic::elf_relocatable; in identify_magic()
/external/llvm/lib/Support/
DPath.cpp1039 case 1: return file_magic::elf_relocatable; in identify_magic()
/external/llvm-project/lld/ELF/
DDriver.cpp275 case file_magic::elf_relocatable: in addFile()