Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h278 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo; variable
DTargetInfo.cpp7943 if (TheTargetCodeGenInfo) in getTargetCodeGenInfo()
7944 return *TheTargetCodeGenInfo; in getTargetCodeGenInfo()
7948 this->TheTargetCodeGenInfo.reset(P); in getTargetCodeGenInfo()