Home
last modified time | relevance | path

Searched refs:Relocatable (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/
H A Dfile-headers.test13 # 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)
H A Dfile-headers-arm64.test24 # ARM64-NEXT: FileType: Relocatable (0x1)
H A Duniversal-x86_64.i386.test160 MULTIHEADER-ARCHIVE: FileType: Relocatable (0x1)
177 MULTIHEADER-ARCHIVE: FileType: Relocatable (0x1)
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Delf-header.s18 # RV32: Type: Relocatable (0x1)
37 # RV64: Type: Relocatable (0x1)
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dfile-headers.test21 # 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)
H A Dgnu-file-headers.test18 # I386-NEXT: Type: REL (Relocatable file)
61 # X86-64-NEXT: Type: REL (Relocatable file)
105 # MIPSEL-NEXT: Type: REL (Relocatable file)
H A Dfile-types.test24 # LLVM-REL: Type: Relocatable (0x1)
27 # GNU-REL: Type: REL (Relocatable file)
H A Dsymbols.test5 ## Relocatable ELF objects are very different by nature from executables and dynamic libraries.
H A Damdgpu-elf-headers.test401 # ALL-NEXT: Type: Relocatable (0x1)
/llvm-project-15.0.7/lld/test/ELF/
H A Drelocatable-empty-archive.s10 # CHECK: Type: Relocatable
H A Drelocatable-bss.s18 # CHECK-NEXT: Type: Relocatable
H A Drelocatable.s29 # CHECK-NEXT: Type: Relocatable
/llvm-project-15.0.7/llvm/test/tools/gold/PowerPC/
H A Dmtriple.ll14 ; REL: Type: Relocatable
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp460 bool Relocatable = false; in ConstructJob() local
463 Relocatable = Args.hasFlag(options::OPT_fopenmp_relocatable_target, in ConstructJob()
467 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, in ConstructJob()
470 if (Relocatable) in ConstructJob()
/llvm-project-15.0.7/llvm/test/MC/MachO/ARM/
H A Ddarwin-Thumb-reloc.s33 @ CHECK: FileType: Relocatable (0x1)
H A Ddarwin-ARM-reloc.s32 @ CHECK: FileType: Relocatable (0x1)
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Delf-bbaddrmap-disassemble-symbolize-operands.yaml11 ## Relocatable object file.
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dbinary-output-target.test91 # CHECK-NEXT: Type: Relocatable (0x1)
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUOperandSyntax.rst803 * :ref:`Relocatable<amdgpu_synid_relocatable_expression>`.
827 Relocatable Expressions
1115 Conversion of Relocatable Values
1118 :ref:`Relocatable expressions<amdgpu_synid_relocatable_expression>`
H A DJITLink.rst186 Relocatable object formats (e.g. COFF, ELF, MachO) differ in their details,
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlli.rst190 =dynamic-no-pic: Relocatable external references, non-relocatable code
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2766 bool Relocatable = false; member in __anon7f4eb1310a11::OffloadingActionBuilder::CudaActionBuilderBase
2851 if (UA->getType() == types::TY_Object && !Relocatable) in addDeviceDepences()
2932 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, in initialize()
3222 assert(((CurPhase == phases::Link && Relocatable) || in getDeviceDependences()
3228 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Delf_header.s106 # ALL-NEXT: Type: Relocatable
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6801 bool Relocatable = Expr->evaluateAsRelocatable(Res, nullptr, nullptr); in classifySymbolRef() local
6802 if (!Relocatable || Res.getSymB()) in classifySymbolRef()
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst1267 Relocatable PCH Files
1305 Relocatable precompiled headers are intended to be used in a limited