Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp74 case file_magic::elf_relocatable: in createSymbolicFile()
123 case file_magic::elf_relocatable: in isSymbolicFile()
H A DBinary.cpp54 case file_magic::elf_relocatable: in createBinary()
H A DIRObjectFile.cpp94 case file_magic::elf_relocatable: in findBitcodeInMemBuffer()
H A DObjectFile.cpp176 case file_magic::elf_relocatable: in createObjectFile()
H A DOffloadBinary.cpp278 case file_magic::elf_relocatable: in extractOffloadBinaries()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h27 elf_relocatable, ///< ELF Relocatable object file enumerator
/src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp122 return file_magic::elf_relocatable; in identify_magic()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp463 case file_magic::elf_relocatable: in createLinkGraphFromObject()
/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp403 case file_magic::elf_relocatable: in hasELFMagic()
/src/contrib/llvm-project/lld/ELF/
H A DDriver.cpp313 if (magic == file_magic::elf_relocatable) { in addFile()
347 case file_magic::elf_relocatable: in addFile()