Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp6279 class NVPTXTargetCodeGenInfo : public TargetCodeGenInfo { class
6281 NVPTXTargetCodeGenInfo(CodeGenTypes &CGT) in NVPTXTargetCodeGenInfo() function in __anon2eb210400811::NVPTXTargetCodeGenInfo
6341 void NVPTXTargetCodeGenInfo::setTargetAttributes( in setTargetAttributes()
6393 void NVPTXTargetCodeGenInfo::addNVVMMetadata(llvm::Function *F, StringRef Name, in addNVVMMetadata()
6409 bool NVPTXTargetCodeGenInfo::shouldEmitStaticExternCAliases() const { in shouldEmitStaticExternCAliases()
9362 return SetCGInfo(new NVPTXTargetCodeGenInfo(Types)); in getTargetCodeGenInfo()