HomeSort by relevance Sort by last modified time
    Searched full:target_options (Results 1 - 11 of 11) sorted by null

  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 49 ::llvm::TargetOptions target_options; local
50 target_options.FloatABIType = ::llvm::FloatABI::Soft;
51 target_options.NoFramePointerElim = true;
52 target_options.NoFramePointerElimNonLeaf = true;
53 target_options.UseSoftFloat = false;
54 target_options.EnableFastISel = false;
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /art/compiler/llvm/
llvm_compilation_unit.cc 212 ::llvm::TargetOptions target_options; local
213 target_options.FloatABIType = ::llvm::FloatABI::Soft;
214 target_options.NoFramePointerElim = true;
215 target_options.UseSoftFloat = false;
216 target_options.EnableFastISel = false;
220 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 880 TARGET_OPTIONS TARGET_SWITCHES EXTRA_CC_MODES FINALIZE_PIC \
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 256 TARGET_OPTIONS = 4,
    [all...]
  /external/llvm/docs/
GettingStarted.rst 701 for ``target_options`` is "all" which builds and links all available targets.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 807 RECORD(TARGET_OPTIONS);
    [all...]
ASTReader.cpp     [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 

Completed in 1498 milliseconds