Home
last modified time | relevance | path

Searched refs:dev_id (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/
H A Doffset-reloc-multilevel.ll6 ; int dev_id;
18 ; int dev_id;
19 ; bpf_probe_read(&dev_id, sizeof(int), _(&ctx->dev.dev_id));
20 ; return dev_id;
99 ; CHECK-NEXT: .ascii "dev_id" # string offset=30
184 !25 = !DIDerivedType(tag: DW_TAG_member, name: "dev_id", scope: !23, file: !1, line: 2, baseType: !…
188 !29 = !DILocalVariable(name: "dev_id", scope: !15, file: !1, line: 14, type: !9)
H A Doffset-reloc-struct-anonymous.ll8 ; int dev_id;
17 ; int dev_id;
18 ; bpf_probe_read(&dev_id, sizeof(int), _(&ctx->dev[5].dev_id));
19 ; return dev_id;
107 ; CHECK-NEXT: .ascii "dev_id" # string offset=19
198 !26 = !DIDerivedType(tag: DW_TAG_member, name: "dev_id", scope: !24, file: !1, line: 4, baseType: !…
204 !32 = !DILocalVariable(name: "dev_id", scope: !15, file: !1, line: 13, type: !9)
H A Doffset-reloc-struct-array.ll6 ; int dev_id;
18 ; int dev_id;
19 ; bpf_probe_read(&dev_id, sizeof(int), _(&ctx->dev[5].dev_id));
20 ; return dev_id;
110 ; CHECK-NEXT: .ascii "dev_id" # string offset=30
201 !26 = !DIDerivedType(tag: DW_TAG_member, name: "dev_id", scope: !24, file: !1, line: 2, baseType: !…
207 !32 = !DILocalVariable(name: "dev_id", scope: !15, file: !1, line: 14, type: !9)
H A Doffset-reloc-union.ll10 ; int dev_id;
20 ; int dev_id;
21 ; bpf_probe_read(&dev_id, sizeof(int), _(&ctx->u.dev.dev_id));
22 ; return dev_id;
115 ; CHECK-NEXT: .ascii "dev_id" # string offset=27
207 !29 = !DIDerivedType(tag: DW_TAG_member, name: "dev_id", scope: !27, file: !1, line: 6, baseType: !…
211 !33 = !DILocalVariable(name: "dev_id", scope: !15, file: !1, line: 16, type: !9)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h209 DeviceSet GetDevices(DeviceType::ProductFamilyID dev_id);
211 Device GetFanciest(DeviceType::ProductFamilyID dev_id);
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm605 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) {
611 d.GetDeviceType().GetProductFamilyID() == dev_id)
619 CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id) {
625 d.GetDeviceType().GetProductFamilyID() == dev_id) {
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp255 const CoreSimulatorSupport::DeviceType::ProductFamilyID dev_id = m_kind; in GetSimulatorDevice() local
259 .GetFanciest(dev_id); in GetSimulatorDevice()