Home
last modified time | relevance | path

Searched refs:TheTargetCodeGenInfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h318 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo; variable
H A DTargetInfo.cpp10989 if (TheTargetCodeGenInfo) in getTargetCodeGenInfo()
10990 return *TheTargetCodeGenInfo; in getTargetCodeGenInfo()
10994 this->TheTargetCodeGenInfo.reset(P); in getTargetCodeGenInfo()