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

  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 48 compiler.getTargetOpts().Triple = llvm::Triple::normalize(
53 compiler.getTargetOpts())));
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); }
80 const TargetOptions &getTargetOpts() const {
CompilerInstance.h 315 TargetOptions &getTargetOpts() {
316 return Invocation->getTargetOpts();
318 const TargetOptions &getTargetOpts() const {
319 return Invocation->getTargetOpts();
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 87 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
107 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
134 invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
180 Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 72 c.getTargetOpts().Triple = target;
122 c.getTargetOpts().Triple = triple;
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 137 TargetOpts(CI.getTargetOpts()), LangOpts(CI.getLangOpts()), OS(OS),
CodeGenAction.cpp 723 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(),
776 const TargetOptions &TargetOpts = CI.getTargetOpts();
    [all...]
CodeGenModule.cpp     [all...]
CGCall.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 111 TargetOptions &getTargetOpts() const {
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 151 llvm::Triple triple(origCI.getTargetOpts().Triple);
  /external/clang/lib/Frontend/
FrontendAction.cpp 277 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(),
CompilerInvocation.cpp 61 TargetOpts(new TargetOptions(X.getTargetOpts())),
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 326 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts();
    [all...]

Completed in 356 milliseconds