Home
last modified time | relevance | path

Searched +full:0 +full:x1c2 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/
H A Dverify-no-file.yaml5 # CHECK-NOT: error: .debug_line[0x{{[0-9a-f]+}}][0] has invalid file index 1 (valid values are [1,0
8 magic: 0xFEEDFACF
9 cputype: 0x100000C
10 cpusubtype: 0x0
11 filetype: 0x1
14 flags: 0x2000
15 reserved: 0x0
20 vmaddr: 0
27 flags: 0
31 addr: 0x0
[all …]
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h3 // 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 DPDBTypes.h3 // 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 DCOFF.h3 // 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/docs/
H A DExtensions.rst29 .float 0x1c2.2ap3
54 .long (fun@imgrel + 0x3F)
70 .secrel32 _function_name + 0
315 It shall have a type of ``SHT_LLVM_CALL_GRAPH_PROFILE`` (0x6fff4c02), shall
421 .byte 0 # feature byte (reserved for future use)
433 Version 0: basic block address offsets are computed relative to the function
492 .uleb128 0 # BB_0 BB ID
495 .byte 0x18 # BB_0 metadata (multiple successors)
500 .byte 0x
[all...]
/llvm-project/llvm/test/tools/llvm-readtapi/Inputs/
H A Dmixed-swift-objc.yaml3 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 Dmain.yaml12 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/llvm/lib/Target/AMDGPU/
H A DVOP3Instructions.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
17 let HasExtVOP3DPP = 0;
18 let HasExtDPP = 0;
31 let HasExtVOP3DPP = 0;
32 let HasExtDPP = 0;
47 let HasExtVOP3DPP = 0;
48 let HasExtDPP = 0;
52 let HasExtVOP3DPP = 0;
53 let HasExtDPP = 0;
63 let mayRaiseFPException = 0;
[all...]