File: rtti-proxy-i686.ll

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (20 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; REQUIRES: x86-registered-target

;; Validate that we produce RTTI proxies for 32-bit x86.
; RUN: llc %s -mtriple=i686-elf -o - | FileCheck %s

;; Validate that we produce a valid object file.
; RUN: llc %s -mtriple=i686-elf --filetype=obj -o %t.o
; RUN: llvm-readobj --relocs %t.o | FileCheck --check-prefix=RELOCS %s

@vtable = dso_local unnamed_addr constant i32 trunc (i64 sub (i64 ptrtoint (ptr @rtti.proxy to i64), i64 ptrtoint (ptr @vtable to i64)) to i32), align 4
@rtti = external global i8, align 8
@rtti.proxy = linkonce_odr hidden unnamed_addr constant ptr @rtti

; CHECK-LABEL: vtable:
; CHECK-NEXT:    .long   rtti.proxy-vtable

; CHECK-LABEL: rtti.proxy:
; CHECK-NEXT:    .long   rtti

; RELOCS: R_386_32 rtti