Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h76 llvm::PointerType *ConstGlobalsPtrTy; member
H A DCodeGenFunction.cpp2628 {V->getType(), CGM.ConstGlobalsPtrTy}), in EmitVarAnnotations()
2642 {IntrinTy, CGM.ConstGlobalsPtrTy}); in EmitFieldAnnotations()
H A DCodeGenModule.cpp378 ConstGlobalsPtrTy = llvm::PointerType::get( in CodeGenModule()
3295 ConstGlobalsPtrTy->getAddressSpace()); in EmitAnnotationString()
3321 return llvm::ConstantPointerNull::get(ConstGlobalsPtrTy); in EmitAnnotationArgs()
H A DCGBuiltin.cpp5019 {AnnVal->getType(), CGM.ConstGlobalsPtrTy}); in EmitBuiltinExpr()