Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6931 class NVPTXTargetCodeGenInfo;
6934 NVPTXTargetCodeGenInfo &CGInfo;
6937 NVPTXABIInfo(CodeGenTypes &CGT, NVPTXTargetCodeGenInfo &Info) in NVPTXABIInfo()
6950 class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo { class
6952 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() function in __anon6bad40bc0a11::NVPTXTargetCodeGenInfo
7125 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
7188 void NVPTXTargetCodeGenInfo::addNVVMMetadata(llvm::GlobalValue *GV, in addNVVMMetadata()
7204 bool NVPTXTargetCodeGenInfo::shouldEmitStaticExternCAliases() const { in shouldEmitStaticExternCAliases()
11111 return SetCGInfo(new NVPTXTargetCodeGenInfo(Types)); in getTargetCodeGenInfo()