Home
last modified time | relevance | path

Searched refs:getTargetOptions (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp187 getTargetOptions().NoFramePointerElim = true; in initializeArch()
188 getTargetOptions().UseInitArray = true; in initializeArch()
196 getTargetOptions().NoFramePointerElim = true; in initializeArch()
197 getTargetOptions().UseInitArray = true; in initializeArch()
/frameworks/compile/libbcc/include/bcc/Support/
DCompilerConfig.h81 inline const llvm::TargetOptions &getTargetOptions() const in getTargetOptions() function
83 inline llvm::TargetOptions &getTargetOptions() in getTargetOptions() function
/frameworks/compile/slang/
Dslang.h154 inline clang::TargetOptions const &getTargetOptions() const in getTargetOptions() function
Dslang.cpp257 return new Backend(mDiagEngine, CodeGenOpts, getTargetOptions(), in createBackend()
Dslang_rs.cpp237 getTargetOptions(), in createBackend()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp119 pConfig.getTargetOptions(), in config()