HomeSort by: relevance | last modified time | path
    Searched refs:TheTargetCodeGenInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 318 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo;
322 // if TheTargetCodeGenInfo is NULL
TargetInfo.cpp 10989 if (TheTargetCodeGenInfo)
10990 return *TheTargetCodeGenInfo;
10994 this->TheTargetCodeGenInfo.reset(P);

Completed in 23 milliseconds