Searched refs:getTargetOpts (Results 1 - 13 of 13) sorted by relevance

/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp72 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
91 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp233 m_compiler->getTargetOpts().Triple = triple;
237 m_compiler->getTargetOpts().Triple = llvm::sys::getDefaultTargetTriple();
243 m_compiler->getTargetOpts().Features.push_back("+sse");
244 m_compiler->getTargetOpts().Features.push_back("+sse2");
247 if (m_compiler->getTargetOpts().Triple.find("ios") != std::string::npos)
248 m_compiler->getTargetOpts().ABI = "apcs-gnu";
254 &m_compiler->getTargetOpts()));
377 m_compiler->getTargetOpts(),
505 m_compiler->getTargetOpts().Features));
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } function in class:clang::CompilerInvocationBase
80 const TargetOptions &getTargetOpts() const { function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h288 TargetOptions &getTargetOpts() { function in class:clang::CompilerInstance
289 return Invocation->getTargetOpts();
291 const TargetOptions &getTargetOpts() const { function in class:clang::CompilerInstance
292 return Invocation->getTargetOpts();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp72 c.getTargetOpts().Triple = target;
122 c.getTargetOpts().Triple = triple;
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp72 c.getTargetOpts().Triple = target;
122 c.getTargetOpts().Triple = triple;
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp627 CI.getTargetOpts(), CI.getLangOpts(),
673 const TargetOptions &TargetOpts = CI.getTargetOpts();
/external/clang/include/clang/Basic/
H A DTargetInfo.h104 TargetOptions &getTargetOpts() const { function in class:clang::TargetInfo
/external/clang/lib/Frontend/
H A DFrontendAction.cpp271 CI.getTargetOpts(),
H A DCompilerInvocation.cpp56 TargetOpts(new TargetOptions(X.getTargetOpts())),
1824 ParseTargetArgs(Res.getTargetOpts(), *Args);
1826 Res.getTargetOpts()) && Success;
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp151 llvm::Triple triple(origCI.getTargetOpts().Triple);
/external/clang/lib/Serialization/
H A DASTWriter.cpp1138 const TargetOptions &TargetOpts = Target.getTargetOpts();
H A DASTReader.cpp289 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts();

Completed in 1260 milliseconds