OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetOptions
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/libbcc/include/bcc/Support/
TargetCompilerConfigs.h
86
getTargetOptions
().NoFramePointerElim = true;
87
getTargetOptions
().UseInitArray = true;
CompilerConfig.h
79
inline const llvm::TargetOptions &
getTargetOptions
() const
81
inline llvm::TargetOptions &
getTargetOptions
()
/external/llvm/tools/lto/
LTOModule.h
129
///
getTargetOptions
- Fill the TargetOptions object with the options
131
static void
getTargetOptions
(llvm::TargetOptions &Options);
LTOCodeGenerator.cpp
297
LTOModule::
getTargetOptions
(Options);
LTOModule.cpp
226
void LTOModule::
getTargetOptions
(TargetOptions &Options) {
289
getTargetOptions
(Options);
/frameworks/compile/slang/
slang.h
155
inline clang::TargetOptions const &
getTargetOptions
() const
slang.cpp
261
return new Backend(mDiagEngine, CodeGenOpts,
getTargetOptions
(),
slang_rs.cpp
238
getTargetOptions
(),
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
117
pConfig.
getTargetOptions
(),
Completed in 989 milliseconds