Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DSymbolicFile.cpp73 case file_magic::elf_relocatable: in createSymbolicFile()
121 case file_magic::elf_relocatable: in isSymbolicFile()
H A DBinary.cpp54 case file_magic::elf_relocatable: in createBinary()
H A DIRObjectFile.cpp95 case file_magic::elf_relocatable: in findBitcodeInMemBuffer()
H A DObjectFile.cpp156 case file_magic::elf_relocatable: in createObjectFile()
/llvm-project-15.0.7/llvm/unittests/BinaryFormat/
H A DTestFileMagic.cpp56 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 DMagic.h26 elf_relocatable, ///< ELF Relocatable object file enumerator
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/elf_common/
H A Delf_common.cpp41 if (Magic != file_magic::elf && Magic != file_magic::elf_relocatable && in withBytesAsElf()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DRuntimeLibrary.cpp62 } else if (Magic == file_magic::elf_relocatable || in loadLibrary()
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMagic.cpp108 return file_magic::elf_relocatable; in identify_magic()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp410 case file_magic::elf_relocatable: in createLinkGraphFromObject()
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp320 case file_magic::elf_relocatable: in hasELFMagic()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp412 case file_magic::elf_relocatable: { in extractFromBuffer()
885 case file_magic::elf_relocatable: in linkBitcodeFiles()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp252 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 Dllvm-jitlink.cpp1262 case file_magic::elf_relocatable: in getFirstFileTriple()