Searched refs:getFunctionLinkage (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXX.cpp110 = getFunctionLinkage(cast<FunctionDecl>(AliasDecl.getDecl()));
135 = getFunctionLinkage(cast<FunctionDecl>(TargetDecl.getDecl()));
H A DCodeGenModule.h813 getFunctionLinkage(const FunctionDecl *FD);
816 V->setLinkage(getFunctionLinkage(FD));
H A DCodeGenModule.cpp414 CodeGenModule::getFunctionLinkage(const FunctionDecl *D) { function in class:CodeGenModule
930 if (getFunctionLinkage(F) != llvm::Function::AvailableExternallyLinkage)

Completed in 63 milliseconds