Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp7112 class NVPTXTargetCodeGenInfo;
7115 NVPTXTargetCodeGenInfo &CGInfo;
7118 NVPTXABIInfo(CodeGenTypes &CGT, NVPTXTargetCodeGenInfo &Info) in NVPTXABIInfo()
7131 class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo { class
7133 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() function in __anon0040e4080b11::NVPTXTargetCodeGenInfo
7306 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
7369 void NVPTXTargetCodeGenInfo::addNVVMMetadata(llvm::GlobalValue *GV, in addNVVMMetadata()
7385 bool NVPTXTargetCodeGenInfo::shouldEmitStaticExternCAliases() const { in shouldEmitStaticExternCAliases()
12319 return SetCGInfo(new NVPTXTargetCodeGenInfo(Types)); in getTargetCodeGenInfo()