Searched refs:setGVPropertiesAux (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h789 void setGVPropertiesAux(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCodeGenModule.cpp942 setGVPropertiesAux(GV, dyn_cast<NamedDecl>(GD.getDecl()));
948 setGVPropertiesAux(GV, D);
951 void CodeGenModule::setGVPropertiesAux(llvm::GlobalValue *GV, function in class:CodeGenModule

Completed in 107 milliseconds