Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h314 mutable std::unique_ptr<TargetCodeGenInfo> TheTargetCodeGenInfo; variable
H A DTargetInfo.cpp11547 if (TheTargetCodeGenInfo) in getTargetCodeGenInfo()
11548 return *TheTargetCodeGenInfo; in getTargetCodeGenInfo()
11552 this->TheTargetCodeGenInfo.reset(P); in getTargetCodeGenInfo()