Home
last modified time | relevance | path

Searched refs:ext_const (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-xcoff-explicit-section.ll7 @ext_const = constant i32 1, section ".ext_const_sec", align 4
13 %0 = load i32, i32* @ext_const, align 4
28 ; CHECK-NEXT: .globl ext_const
30 ; CHECK-NEXT: ext_const:
57 ; CHECKOBJ-NEXT: 0000001c (idx: 8) ext_const:
139 ; CHECKSYM-NEXT: Name: ext_const
/external/llvm-project/clang/test/CodeGen/
Dclang-sections-attribute.c31 const int ext_const = 1; variable