Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h318 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo; variable
H A DTargetInfo.cpp11035 if (TheTargetCodeGenInfo) in getTargetCodeGenInfo()
11036 return *TheTargetCodeGenInfo; in getTargetCodeGenInfo()
11040 this->TheTargetCodeGenInfo.reset(P); in getTargetCodeGenInfo()