Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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