Searched refs:Relocatable (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.cpp | 232 const bool Relocatable = Args.hasArg(options::OPT_r); in ConstructJob() local 252 !Relocatable && !Shared && !Static); in ConstructJob() 256 if (!Relocatable) { in ConstructJob() 326 if (!Relocatable && !Shared && !PIE) in ConstructJob() 379 !Relocatable && in ConstructJob() 399 if (!Relocatable && in ConstructJob()
|
| H A D | OpenBSD.cpp | 121 const bool Relocatable = Args.hasArg(options::OPT_r); in ConstructJob() local 140 if (!Args.hasArg(options::OPT_nostdlib) && !Shared && !Relocatable) { in ConstructJob() 153 } else if (!Relocatable) { in ConstructJob()
|
| H A D | Cuda.cpp | 478 bool Relocatable; in ConstructJob() local 481 Relocatable = Args.hasFlag(options::OPT_fopenmp_relocatable_target, in ConstructJob() 486 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, options::OPT_fno_gpu_rdc, in ConstructJob() 490 Relocatable = true; in ConstructJob() 492 if (Relocatable) in ConstructJob()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/ |
| H A D | OffloadWrapper.h | 29 bool Relocatable = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 116 bool Relocatable) { in createBinDesc() argument 133 Image->setSection(Relocatable ? ".llvm.offloading.relocatable" in createBinDesc() 627 llvm::StringRef Suffix, bool Relocatable) { in wrapOpenMPBinaries() argument 629 createBinDesc(M, Images, EntryArray, Suffix, Relocatable); in wrapOpenMPBinaries()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 416 bool Relocatable = in recordRelocation() local 420 if (Relocatable && Val.getAddSym() && Val.getSubSym()) { in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 534 bool Relocatable = in RecordX86Relocation() local 538 if (Relocatable && Val.getAddSym() && Val.getSubSym()) { in RecordX86Relocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaFeatures.td | 82 "Enable Xtensa Relocatable Vector option">;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 3282 bool Relocatable = false; member in __anon17dcc6010c11::OffloadingActionBuilder::CudaActionBuilderBase 3298 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, in CudaActionBuilderBase() 3348 if (UA->getType() == types::TY_Object && !Relocatable) in addDeviceDependences() 3686 if (Relocatable) { in HIPActionBuilder() 3747 assert(((CurPhase == phases::Link && Relocatable) || in getDeviceDependences() 3755 if (!Relocatable && CurPhase == phases::Backend && !EmitLLVM && in getDeviceDependences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 8296 bool Relocatable = Expr->evaluateAsRelocatable(Res, nullptr); in classifySymbolRef() local 8297 if (!Relocatable || Res.getSubSym()) in classifySymbolRef()
|
| /freebsd/ |
| H A D | UPDATING | 2391 Relocatable object files with the extension of .So have been renamed
|