OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocModel
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h
41
Optional<Reloc::Model>
RelocModel
;
216
TMBuilder.
RelocModel
= Model;
LTOCodeGenerator.h
92
Config.
RelocModel
= Model;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
TargetSelect.cpp
89
Options,
RelocModel
, CMModel, OptLevel,
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h
53
Optional<Reloc::Model>
RelocModel
= Reloc::PIC_;
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
544
Optional<Reloc::Model>
RelocModel
;
606
RelocModel
= RM;
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp
188
Optional<Reloc::Model>
RelocModel
= None;
189
if (Conf.
RelocModel
)
190
RelocModel
= *Conf.
RelocModel
;
192
RelocModel
=
202
TheTriple, Conf.CPU, Features.getString(), Conf.Options,
RelocModel
,
ThinLTOCodeGenerator.cpp
354
Conf.
RelocModel
= TMBuilder.
RelocModel
;
585
RelocModel
, None, CGOptLevel));
LTOCodeGenerator.cpp
362
TripleStr, Config.CPU, FeatureStr, Config.Options, Config.
RelocModel
,
LTO.cpp
124
if (Conf.
RelocModel
)
125
AddUnsigned(*Conf.
RelocModel
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CommandFlags.cpp
51
CGOPT_EXP(Reloc::Model,
RelocModel
)
120
static cl::opt<Reloc::Model>
RelocModel
(
136
CGBINDOPT(
RelocModel
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp
251
Conf.
RelocModel
= RM.getValue();
/src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp
885
Conf.
RelocModel
= RelocationModel;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
1537
Conf.
RelocModel
= CGOpts.RelocationModel;
Completed in 25 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026