OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Relocatable
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.cpp
477
bool
Relocatable
= false;
479
// In OpenMP we need to generate
relocatable
code.
480
Relocatable
= Args.hasFlag(options::OPT_fopenmp_relocatable_target,
484
Relocatable
= Args.hasFlag(options::OPT_fgpu_rdc,
487
if (
Relocatable
)
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
2508
bool
Relocatable
= false;
2593
if (UA->getType() == types::TY_Object && !
Relocatable
)
2673
Relocatable
= Args.hasFlag(options::OPT_fgpu_rdc,
2940
// non-
relocatable
device coee, where we generate fat binary for device
2945
assert(((CurPhase == phases::Link &&
Relocatable
) ||
2951
if (!
Relocatable
&& CurPhase == phases::Backend && !EmitLLVM &&
5011
// The
relocatable
compilation in HIP implies -emit-llvm. Similarly, use a
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
6051
bool
Relocatable
= Expr->evaluateAsRelocatable(Res, nullptr, nullptr);
6052
if (!
Relocatable
|| Res.getSymB())
Completed in 26 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026