Home
last modified time | relevance | path

Searched refs:canBenefitFromLocalAlias (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h509 bool canBenefitFromLocalAlias() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp112 bool GlobalValue::canBenefitFromLocalAlias() const { in canBenefitFromLocalAlias() function in GlobalValue
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp688 if (TM.getTargetTriple().isOSBinFormatELF() && GV.canBenefitFromLocalAlias()) { in getSymbolPreferLocal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1682 if (!(isa<llvm::Function>(GV) && GV->canBenefitFromLocalAlias())) in shouldAssumeDSOLocal()