OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunctionLinkage
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp
117
llvm::GlobalValue::LinkageTypes Linkage =
getFunctionLinkage
(AliasDecl);
124
getFunctionLinkage
(TargetDecl);
CodeGenModule.h
1249
llvm::GlobalVariable::LinkageTypes
getFunctionLinkage
(GlobalDecl GD);
1252
F->setLinkage(
getFunctionLinkage
(GD));
CodeGenModule.cpp
1205
(CGM.
getFunctionLinkage
(GD) == llvm::GlobalValue::InternalLinkage);
1453
CodeGenModule::
getFunctionLinkage
(GlobalDecl GD) {
3110
if (
getFunctionLinkage
(GD) != llvm::Function::AvailableExternallyLinkage)
3401
DeclTy, 0,
getFunctionLinkage
(GD), AliasName, IFunc, &getModule());
4873
LT =
getFunctionLinkage
(GD);
4880
LT =
getFunctionLinkage
(GD);
5995
getFunctionLinkage
(GD));
6002
getFunctionLinkage
(GD));
6009
getFunctionLinkage
(GD));
ItaniumCXXABI.cpp
4238
llvm::GlobalValue::LinkageTypes Linkage = CGM.
getFunctionLinkage
(AliasDecl);
4261
llvm::GlobalValue::LinkageTypes Linkage = CGM.
getFunctionLinkage
(AliasDecl);
CGCall.cpp
2177
if (this->
getFunctionLinkage
(Fn) == llvm::GlobalValue::InternalLinkage)
Completed in 68 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026