Home
last modified time | relevance | path

Searched defs:TargetCodeGenInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h103 class TargetCodeGenInfo; variable
H A DTargetInfo.h50 TargetCodeGenInfo(std::unique_ptr<ABIInfo> Info) : Info(std::move(Info)) {} in TargetCodeGenInfo() function
H A DCodeGenModule.h99 class TargetCodeGenInfo; variable