Searched refs:Relocatable (Results 1 – 25 of 46) sorted by relevance
12
13 # I386-NEXT: FileType: Relocatable (0x1)44 # X86-64-NEXT: FileType: Relocatable (0x1)77 # PPC-NEXT: FileType: Relocatable (0x1)109 # PPC64-NEXT: FileType: Relocatable (0x1)143 # ARM-NEXT: FileType: Relocatable (0x1)
24 # ARM64-NEXT: FileType: Relocatable (0x1)
160 MULTIHEADER-ARCHIVE: FileType: Relocatable (0x1)177 MULTIHEADER-ARCHIVE: FileType: Relocatable (0x1)
18 # RV32: Type: Relocatable (0x1)37 # RV64: Type: Relocatable (0x1)
90 ELF32-NEXT: Type: Relocatable (0x1)121 ELF64-NEXT: Type: Relocatable (0x1)145 MACHO32-NEXT: FileType: Relocatable (0x1)161 MACHO64-NEXT: FileType: Relocatable (0x1)178 MACHO-PPC-NEXT: FileType: Relocatable (0x1)194 MACHO-PPC64-NEXT: FileType: Relocatable (0x1)211 MACHO-ARM-NEXT: FileType: Relocatable (0x1)355 ELF-LANAI-NEXT: Type: Relocatable (0x1)
13 ELF32-NEXT: Type: REL (Relocatable file)34 ELF64-NEXT: Type: REL (Relocatable file)
157 MULTIHEADER-ARCHIVE: FileType: Relocatable (0x1)173 MULTIHEADER-ARCHIVE: FileType: Relocatable (0x1)
21 # I386-NEXT: Type: Relocatable (0x1)69 # X86-64-NEXT: Type: Relocatable (0x1)124 # LANAI-NEXT: Type: Relocatable (0x1)166 # INVALID-LLVM-NEXT: Type: Relocatable (0x1)190 # INVALID-GNU-NEXT: Type: REL (Relocatable file)
18 # I386-NEXT: Type: REL (Relocatable file)61 # X86-64-NEXT: Type: REL (Relocatable file)105 # MIPSEL-NEXT: Type: REL (Relocatable file)
19 # LLVM-REL: Type: Relocatable (0x1)20 # GNU-REL: Type: REL (Relocatable file)
24 # LLVM-REL: Type: Relocatable (0x1)27 # GNU-REL: Type: REL (Relocatable file)
10 # CHECK: Type: Relocatable
18 # CHECK-NEXT: Type: Relocatable
29 # CHECK-NEXT: Type: Relocatable
11 ; REL: Type: Relocatable
14 ; REL: Type: Relocatable
46 ## Relocatable.
398 Relocatable="YES")409 Relocatable="YES")
475 bool Relocatable = false; in ConstructJob() local478 Relocatable = Args.hasFlag(options::OPT_fopenmp_relocatable_target, in ConstructJob()482 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, in ConstructJob()485 if (Relocatable) in ConstructJob()
33 @ CHECK: FileType: Relocatable (0x1)
32 @ CHECK: FileType: Relocatable (0x1)
22 EHDR-NEXT: Type: Relocatable (0x1)
69 TEST_F(DarwinLdParserTest, Relocatable) { in TEST_F() argument