HomeSort by relevance Sort by last modified time
    Searched full:target_options (Results 1 - 10 of 10) 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 214 ::llvm::TargetOptions target_options; local
215 target_options.FloatABIType = ::llvm::FloatABI::Soft;
216 target_options.NoFramePointerElim = true;
217 target_options.UseSoftFloat = false;
218 target_options.EnableFastISel = false;
222 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 818 TARGET_OPTIONS TARGET_SWITCHES EXTRA_CC_MODES FINALIZE_PIC \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 818 TARGET_OPTIONS TARGET_SWITCHES EXTRA_CC_MODES FINALIZE_PIC \
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 818 TARGET_OPTIONS TARGET_SWITCHES EXTRA_CC_MODES FINALIZE_PIC \
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 818 TARGET_OPTIONS TARGET_SWITCHES EXTRA_CC_MODES FINALIZE_PIC \
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 259 TARGET_OPTIONS = 4,
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 790 RECORD(TARGET_OPTIONS);
    [all...]
ASTReader.cpp     [all...]
  /external/llvm/docs/
GettingStarted.rst     [all...]

Completed in 1016 milliseconds