/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | SymbolicFile.cpp | 59 case file_magic::macho_preload_executable: in createSymbolicFile() 110 case file_magic::macho_preload_executable: in isSymbolicFile()
|
H A D | Binary.cpp | 63 case file_magic::macho_preload_executable: in createBinary()
|
H A D | ObjectFile.cpp | 170 case file_magic::macho_preload_executable: in createObjectFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 34 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 35 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | Magic.h | 36 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | Magic.h | 36 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | Magic.h | 35 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | Magic.h | 36 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | SymbolicFile.cpp | 65 case file_magic::macho_preload_executable: in createSymbolicFile()
|
H A D | Binary.cpp | 62 case file_magic::macho_preload_executable: in createBinary()
|
H A D | ObjectFile.cpp | 152 case file_magic::macho_preload_executable: in createObjectFile()
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | SymbolicFile.cpp | 52 case sys::fs::file_magic::macho_preload_executable: in createSymbolicFile()
|
H A D | Binary.cpp | 55 case sys::fs::file_magic::macho_preload_executable: in createBinary()
|
H A D | ObjectFile.cpp | 95 case sys::fs::file_magic::macho_preload_executable: in createObjectFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 160 return file_magic::macho_preload_executable; in identify_magic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 172 return file_magic::macho_preload_executable; in identify_magic()
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | Path.cpp | 752 const char macho_preload_executable[] = variable 788 DEFINE(macho_preload_executable), in TEST_F()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 254 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 253 macho_preload_executable, ///< Mach-O Preloaded Executable enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Path.cpp | 1093 case 5: return file_magic::macho_preload_executable; in identify_magic()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Path.cpp | 1096 case 5: return file_magic::macho_preload_executable; in identify_magic()
|