Home
last modified time | relevance | path

Searched refs:layout1 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
Ddebug-info-packed-struct.c34 struct layout1 { struct
89 struct layout1 l1;
/external/llvm/test/DebugInfo/X86/
Ddebug-info-packed-struct.ll48 ; struct layout1 {
54 %struct.layout1 = type <{ i8, %struct.size8_anon, i8, [2 x i8] }>
58 ; CHECK: DW_AT_name {{.*}} "layout1"
143 @l1 = common global %struct.layout1 zeroinitializer, align 4
169 … file: !5, line: 89, type: !19, isLocal: false, isDefinition: true, variable: %struct.layout1* @l1)
170 !19 = !DICompositeType(tag: DW_TAG_structure_type, name: "layout1", file: !5, line: 34, size: 96, a…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddebug-info-packed-struct.ll25 %struct.layout1 = type <{ i8, %struct.size8_anon, i8, [2 x i8] }>
49 ; struct layout1 {
61 ; CHECK: DW_AT_name {{.*}} "layout1"
92 @l1 = common global %struct.layout1 zeroinitializer, align 4, !dbg !6
155 !9 = !DICompositeType(tag: DW_TAG_structure_type, name: "layout1", file: !8, line: 34, size: 96, el…
/external/u-boot/scripts/kconfig/
Dqconf.cc1258 QVBoxLayout* layout1 = new QVBoxLayout(this); in ConfigSearchWindow() local
1259 layout1->setContentsMargins(11, 11, 11, 11); in ConfigSearchWindow()
1260 layout1->setSpacing(6); in ConfigSearchWindow()
1272 layout1->addLayout(layout2); in ConfigSearchWindow()
1284 layout1->addWidget(split); in ConfigSearchWindow()