Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h813 void setGVPropertiesAux(llvm::GlobalValue *GV, const NamedDecl *D) const;
H A DCodeGenModule.cpp1096 setGVPropertiesAux(GV, dyn_cast<NamedDecl>(GD.getDecl())); in setGVProperties()
1102 setGVPropertiesAux(GV, D); in setGVProperties()
1105 void CodeGenModule::setGVPropertiesAux(llvm::GlobalValue *GV, in setGVPropertiesAux() function in CodeGenModule