Home
last modified time | relevance | path

Searched refs:getTargetOpts (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/CodeGen/
H A DBufferSourceTest.cpp48 compiler.getTargetOpts().Triple = llvm::Triple::normalize( in TEST()
53 compiler.getTargetOpts()))); in TEST()
66 compiler.getTargetOpts(), in TEST()
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp86 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST()
106 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST()
133 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST()
179 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
80 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
H A DCompilerInstance.h295 TargetOptions &getTargetOpts() { in getTargetOpts() function
296 return Invocation->getTargetOpts(); in getTargetOpts()
298 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
299 return Invocation->getTargetOpts(); in getTargetOpts()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp664 BA, CI.getDiagnostics(), CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer()
711 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h104 TargetOptions &getTargetOpts() const { in getTargetOpts() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp275 CI.getTargetOpts(), in BeginSourceFile()
H A DCompilerInvocation.cpp59 TargetOpts(new TargetOptions(X.getTargetOpts())), in CompilerInvocationBase()
1863 ParseTargetArgs(Res.getTargetOpts(), *Args); in CreateFromArgs()
1865 Res.getTargetOpts()) && Success; in CreateFromArgs()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp151 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1274 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock()
H A DASTReader.cpp306 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts(); in ReadTargetOptions()