| /external/llvm/include/llvm/ExecutionEngine/ |
| ExecutionEngine.h | 27 #include "llvm/Target/TargetOptions.h" 579 TargetOptions Options; 646 /// target is using. Defaults to TargetOptions(). 647 EngineBuilder &setTargetOptions(const TargetOptions &Opts) {
|
| /frameworks/compile/slang/ |
| slang_backend.cpp | 30 #include "clang/Basic/TargetOptions.h" 52 #include "llvm/Target/TargetOptions.h" 126 llvm::TargetOptions Options; 206 const clang::TargetOptions &TargetOpts,
|
| slang.cpp | 34 #include "clang/Basic/TargetOptions.h" 262 mTargetOpts(new clang::TargetOptions()), mOT(OT_Default) {
|
| /external/clang/lib/CodeGen/ |
| CodeGenAction.cpp | 45 const TargetOptions &TargetOpts; 59 const TargetOptions &targetopts, 673 const TargetOptions &TargetOpts = CI.getTargetOpts();
|
| /external/clang/unittests/Basic/ |
| SourceManagerTest.cpp | 16 #include "clang/Basic/TargetOptions.h" 39 TargetOpts(new TargetOptions) { 50 std::shared_ptr<TargetOptions> TargetOpts;
|
| /external/clang/unittests/Lex/ |
| LexerTest.cpp | 17 #include "clang/Basic/TargetOptions.h" 57 TargetOpts(new TargetOptions) 111 std::shared_ptr<TargetOptions> TargetOpts;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| lp_bld_debug.cpp | 268 TargetOptions options;
|
| /external/llvm/lib/CodeGen/ |
| LLVMTargetMachine.cpp | 37 #include "llvm/Target/TargetOptions.h" 72 TargetOptions Options,
|
| /external/llvm/lib/Target/ARM/ |
| ARMSubtarget.cpp | 29 #include "llvm/Target/TargetOptions.h" 153 bool IsLittle, const TargetOptions &Options)
|
| /external/llvm/lib/Target/ |
| TargetMachineC.cpp | 144 TargetOptions opt;
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_debug.cpp | 268 TargetOptions options;
|
| /external/clang/include/clang/Serialization/ |
| ASTReader.h | 90 class TargetOptions; 126 virtual bool ReadTargetOptions(const TargetOptions &TargetOpts, 212 bool ReadTargetOptions(const TargetOptions &TargetOpts, 245 bool ReadTargetOptions(const TargetOptions &TargetOpts, [all...] |
| /art/compiler/llvm/ |
| llvm_compilation_unit.cc | 212 ::llvm::TargetOptions target_options;
|
| /external/llvm/tools/llc/ |
| llc.cpp | 282 TargetOptions Options = InitTargetOptionsFromCodeGenFlags();
|
| /external/clang/include/clang/Frontend/ |
| ASTUnit.h | 23 #include "clang/Basic/TargetOptions.h" 94 std::shared_ptr<TargetOptions> TargetOpts; [all...] |
| /external/llvm/lib/ExecutionEngine/ |
| ExecutionEngineBindings.cpp | 187 TargetOptions targetOptions; 188 targetOptions.NoFramePointerElim = options.NoFramePointerElim; 189 targetOptions.EnableFastISel = options.EnableFastISel; 198 .setTargetOptions(targetOptions);
|
| /external/llvm/tools/gold/ |
| gold-plugin.cpp | 76 static llvm::TargetOptions TargetOpts;
|
| /frameworks/compile/mclinker/lib/CodeGen/ |
| MCLDTargetMachine.cpp | 42 #include <llvm/Target/TargetOptions.h>
|
| /external/clang/lib/Frontend/ |
| ASTUnit.cpp | 22 #include "clang/Basic/TargetOptions.h" 502 std::shared_ptr<TargetOptions> &TargetOpts; 509 std::shared_ptr<TargetOptions> &TargetOpts, 526 bool ReadTargetOptions(const TargetOptions &TargetOpts, 532 this->TargetOpts = std::make_shared<TargetOptions>(TargetOpts); [all...] |
| CompilerInvocation.cpp | 48 : LangOpts(new LangOptions()), TargetOpts(new TargetOptions()), 56 TargetOpts(new TargetOptions(X.getTargetOpts())), 331 const TargetOptions &TargetOpts) { [all...] |
| FrontendActions.cpp | 444 bool ReadTargetOptions(const TargetOptions &TargetOpts,
|
| /external/llvm/lib/LTO/ |
| LTOCodeGenerator.cpp | 49 #include "llvm/Target/TargetOptions.h" 126 void LTOCodeGenerator::setTargetOptions(TargetOptions options) {
|
| /external/llvm/lib/Target/X86/ |
| X86ISelLowering.h | 21 #include "llvm/Target/TargetOptions.h" 812 /// Used to store the TargetOptions so that we don't waste time resetting 814 TargetOptions TO; [all...] |
| /external/llvm/tools/lli/ |
| lli.cpp | 483 TargetOptions Options;
|
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| JITTest.cpp | 191 TargetOptions Options;
|