Searched refs:elf_relocatable (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | SymbolicFile.cpp | 73 case file_magic::elf_relocatable: in createSymbolicFile() 121 case file_magic::elf_relocatable: in isSymbolicFile()
|
| H A D | Binary.cpp | 54 case file_magic::elf_relocatable: in createBinary()
|
| H A D | IRObjectFile.cpp | 95 case file_magic::elf_relocatable: in findBitcodeInMemBuffer()
|
| H A D | ObjectFile.cpp | 156 case file_magic::elf_relocatable: in createObjectFile()
|
| /llvm-project-15.0.7/llvm/unittests/BinaryFormat/ |
| H A D | TestFileMagic.cpp | 56 const char elf_relocatable[] = {0x7f, 'E', 'L', 'F', 1, 2, 1, 0, 0, variable 106 DEFINE(elf_relocatable), in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Magic.h | 26 elf_relocatable, ///< ELF Relocatable object file enumerator
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/ |
| H A D | elf_common.cpp | 41 if (Magic != file_magic::elf && Magic != file_magic::elf_relocatable && in withBytesAsElf()
|
| /llvm-project-15.0.7/bolt/lib/RuntimeLibs/ |
| H A D | RuntimeLibrary.cpp | 62 } else if (Magic == file_magic::elf_relocatable || in loadLibrary()
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | Magic.cpp | 108 return file_magic::elf_relocatable; in identify_magic()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLink.cpp | 410 case file_magic::elf_relocatable: in createLinkGraphFromObject()
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 320 case file_magic::elf_relocatable: in hasELFMagic()
|
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 412 case file_magic::elf_relocatable: { in extractFromBuffer() 885 case file_magic::elf_relocatable: in linkBitcodeFiles()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Driver.cpp | 252 if (magic == file_magic::elf_relocatable) in addFile() 282 case file_magic::elf_relocatable: in addFile()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 1262 case file_magic::elf_relocatable: in getFirstFileTriple()
|