Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h306 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo; variable
H A DTargetInfo.cpp9263 if (TheTargetCodeGenInfo) in getTargetCodeGenInfo()
9264 return *TheTargetCodeGenInfo; in getTargetCodeGenInfo()
9268 this->TheTargetCodeGenInfo.reset(P); in getTargetCodeGenInfo()