Home
last modified time | relevance | path

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

/external/clang/unittests/Frontend/
DFrontendActionTest.cpp87 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/
DBufferSourceTest.cpp48 compiler.getTargetOpts().Triple = llvm::Triple::normalize( in TEST()
53 compiler.getTargetOpts()))); in TEST()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
80 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
DCompilerInstance.h315 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/
Dinvocation.cpp72 c.getTargetOpts().Triple = target;
122 c.getTargetOpts().Triple = triple; in compile()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp137 TargetOpts(CI.getTargetOpts()), LangOpts(CI.getLangOpts()), OS(OS), in PCHContainerGenerator()
DCodeGenAction.cpp723 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer()
776 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction()
DCodeGenModule.cpp3960 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()
DCGCall.cpp1554 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in ConstructAttributeList()
1586 std::vector<std::string> &Features = getTarget().getTargetOpts().Features; in ConstructAttributeList()
/external/clang/include/clang/Basic/
DTargetInfo.h111 TargetOptions &getTargetOpts() const { in getTargetOpts() function
/external/clang/lib/Frontend/
DFrontendAction.cpp277 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
DCompilerInvocation.cpp61 TargetOpts(new TargetOptions(X.getTargetOpts())), in CompilerInvocationBase()
2019 ParseTargetArgs(Res.getTargetOpts(), Args); in CreateFromArgs()
2021 Res.getTargetOpts()); in CreateFromArgs()
/external/clang/lib/ARCMigrate/
DARCMT.cpp151 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
/external/clang/lib/Serialization/
DASTWriter.cpp1331 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock()
DASTReader.cpp326 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts(); in ReadTargetOptions()