HomeSort by relevance Sort by last modified time
    Searched refs:getTargetOpts (Results 1 - 13 of 13) sorted by null

  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 72 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
91 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 233 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/
CompilerInvocation.h 79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); }
80 const TargetOptions &getTargetOpts() const {
CompilerInstance.h 288 TargetOptions &getTargetOpts() {
289 return Invocation->getTargetOpts();
291 const TargetOptions &getTargetOpts() const {
292 return Invocation->getTargetOpts();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 72 c.getTargetOpts().Triple = target;
122 c.getTargetOpts().Triple = triple;
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 72 c.getTargetOpts().Triple = target;
122 c.getTargetOpts().Triple = triple;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 627 CI.getTargetOpts(), CI.getLangOpts(),
673 const TargetOptions &TargetOpts = CI.getTargetOpts();
  /external/clang/include/clang/Basic/
TargetInfo.h 104 TargetOptions &getTargetOpts() const {
  /external/clang/lib/Frontend/
FrontendAction.cpp 271 CI.getTargetOpts(),
CompilerInvocation.cpp 56 TargetOpts(new TargetOptions(X.getTargetOpts())),
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 151 llvm::Triple triple(origCI.getTargetOpts().Triple);
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 289 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts();
    [all...]

Completed in 357 milliseconds