Searched refs:getTargetOpts (Results 1 – 15 of 15) sorted by relevance
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 87 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST() 107 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST() 134 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST() 180 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu"; in TEST()
|
/external/clang/unittests/CodeGen/ |
D | BufferSourceTest.cpp | 48 compiler.getTargetOpts().Triple = llvm::Triple::normalize( in TEST() 53 compiler.getTargetOpts()))); in TEST()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function 80 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
|
D | CompilerInstance.h | 315 TargetOptions &getTargetOpts() { in getTargetOpts() function 316 return Invocation->getTargetOpts(); in getTargetOpts() 318 const TargetOptions &getTargetOpts() const { in getTargetOpts() function 319 return Invocation->getTargetOpts(); in getTargetOpts()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 72 c.getTargetOpts().Triple = target; 122 c.getTargetOpts().Triple = triple; in compile()
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 137 TargetOpts(CI.getTargetOpts()), LangOpts(CI.getLangOpts()), OS(OS), in PCHContainerGenerator()
|
D | CodeGenAction.cpp | 723 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer() 776 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction()
|
D | CodeGenModule.cpp | 3960 StringRef TargetCPU = Target.getTargetOpts().CPU; in getFunctionFeatureMap() 3968 Target.getTargetOpts().FeaturesAsWritten.begin(), in getFunctionFeatureMap() 3969 Target.getTargetOpts().FeaturesAsWritten.end()); in getFunctionFeatureMap() 3981 Target.getTargetOpts().Features); in getFunctionFeatureMap()
|
D | CGCall.cpp | 1554 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in ConstructAttributeList() 1586 std::vector<std::string> &Features = getTarget().getTargetOpts().Features; in ConstructAttributeList()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 111 TargetOptions &getTargetOpts() const { in getTargetOpts() function
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 277 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
|
D | CompilerInvocation.cpp | 61 TargetOpts(new TargetOptions(X.getTargetOpts())), in CompilerInvocationBase() 2019 ParseTargetArgs(Res.getTargetOpts(), Args); in CreateFromArgs() 2021 Res.getTargetOpts()); in CreateFromArgs()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 151 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1331 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock()
|
D | ASTReader.cpp | 326 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts(); in ReadTargetOptions()
|