/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | SymbolicFile.cpp | 56 case file_magic::macho_executable: in createSymbolicFile() 107 case file_magic::macho_executable: in isSymbolicFile()
|
H A D | Binary.cpp | 60 case file_magic::macho_executable: in createBinary()
|
H A D | ObjectFile.cpp | 167 case file_magic::macho_executable: in createObjectFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 31 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 32 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | Magic.h | 33 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | Magic.h | 33 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | Magic.h | 32 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | Magic.h | 33 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | SymbolicFile.cpp | 62 case file_magic::macho_executable: in createSymbolicFile()
|
H A D | Binary.cpp | 59 case file_magic::macho_executable: in createBinary()
|
H A D | ObjectFile.cpp | 149 case file_magic::macho_executable: in createObjectFile()
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | SymbolicFile.cpp | 49 case sys::fs::file_magic::macho_executable: in createSymbolicFile()
|
H A D | Binary.cpp | 52 case sys::fs::file_magic::macho_executable: in createBinary()
|
H A D | ObjectFile.cpp | 92 case sys::fs::file_magic::macho_executable: in createObjectFile()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 154 return file_magic::macho_executable; in identify_magic()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 166 return file_magic::macho_executable; in identify_magic()
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | Path.cpp | 746 const char macho_executable[] = variable 785 DEFINE(macho_executable), in TEST_F()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 251 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 250 macho_executable, ///< Mach-O Executable enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Path.cpp | 1090 case 2: return file_magic::macho_executable; in identify_magic()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Path.cpp | 1093 case 2: return file_magic::macho_executable; in identify_magic()
|