Searched +full:0 +full:x1a6 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 22 MachineUnknown = 0x0, 23 MachineAm33 = 0x1d3, 24 MachineAmd64 = 0x8664, 25 MachineArm = 0x1c0, 26 MachineArmNt = 0x1c4, 27 MachineArm64 = 0xaa64, 28 MachineArm64X = 0xa64e, 29 MachineEbc = 0xebc, 30 MachineX86 = 0x14 [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 81 DIA = 0, 87 TableInvalid = 0, 103 NS_Default = 0x0, 104 NS_CaseSensitive = 0x1, 105 NS_CaseInsensitive = 0x2, 106 NS_FileNameExtMatch = 0x4, 107 NS_Regex = 0x8, 108 NS_UndecoratedName = 0x10, 119 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 }; [all …]
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 35 static const char PEMagic[] = {'P', 'E', '\0', '\0'}; 77 uint16_t Sig1; ///< Must be IMAGE_FILE_MACHINE_UNKNOWN (0). 78 uint16_t Sig2; ///< Must be 0xFFFF. 93 MT_Invalid = 0xffff, 95 IMAGE_FILE_MACHINE_UNKNOWN = 0x0, 96 IMAGE_FILE_MACHINE_AM33 = 0x1D3, 97 IMAGE_FILE_MACHINE_AMD64 = 0x8664, 98 IMAGE_FILE_MACHINE_ARM = 0x1C [all...] |
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/ |
H A D | mixed-swift-objc.yaml | 3 magic: 0xFEEDFACF 4 cputype: 0x1000007 5 cpusubtype: 0x3 6 filetype: 0x6 9 flags: 0x110085 10 reserved: 0x0 15 vmaddr: 0 17 fileoff: 0 22 flags: 0 26 addr: 0x1B30 [all …]
|
/llvm-project/lldb/test/API/lang/rust/enum-structs/ |
H A D | main.yaml | 12 AddressAlign: 0x4 16 AddressAlign: 0x10 21 AddressAlign: 0x10 26 AddressAlign: 0x10 31 AddressAlign: 0x10 36 AddressAlign: 0x10 41 AddressAlign: 0x4 46 AddressAlign: 0x10 51 AddressAlign: 0x10 56 AddressAlign: 0x10 [all …]
|
/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
H A D | fixtfti_test.h | 22 { 0x0p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 23 { -0x0p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 24 { -0x0p+0, -0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 25 { 0x0p+0, -0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000000 ) }, 26 { -0x1p+0, 0x0p+0, INIT_U128( 0xffffffffffffffff, 0xffffffffffffffff ) }, 27 { 0x1p+0, 0x0p+0, INIT_U128( 0x0000000000000000, 0x0000000000000001 ) }, 28 { -0x1p+127, 0x0p+0, INIT_U128( 0x8000000000000000, 0x0000000000000000 ) }, 29 { 0x1.9a22227b34444p+0, 0x1.05d9d02c0bb3ap-53, INIT_U128( 0x0, 0x1 ) }, 30 { 0x1.be1c2ac37c385p+0, -0x1.2254205c44a84p-53, INIT_U128( 0x0, 0x1 ) }, 31 { 0x1.8b79847916f30p+0, 0x1.515b66aaa2b6dp-53, INIT_U128( 0x0, 0x1 ) }, [all …]
|