Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp120 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl); in TryEmitDefinitionAsAlias()
127 getFunctionLinkage(TargetDecl); in TryEmitDefinitionAsAlias()
DCodeGenModule.h962 llvm::GlobalVariable::LinkageTypes getFunctionLinkage(GlobalDecl GD);
965 F->setLinkage(getFunctionLinkage(GD)); in setFunctionLinkage()
DCodeGenModule.cpp629 CodeGenModule::getFunctionLinkage(GlobalDecl GD) { in getFunctionLinkage() function in CodeGenModule
1349 if (getFunctionLinkage(GD) != llvm::Function::AvailableExternallyLinkage) in shouldEmitFunction()