Home
last modified time | relevance | path

Searched refs:isFunc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp328 if (s.isFunc() && expr == R_PC && (s.getVA() & 1)) in needsThunk()
340 if (expr == R_PLT_PC || (s.isFunc() && (s.getVA() & 1) == 0)) in needsThunk()
418 assert(!s.isFunc()); in stateChangeWarning()
488 if (rel.sym->isFunc()) in encodeLdrGroup()
506 if (rel.sym->isFunc()) in encodeLdrsGroup()
556 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
558 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
614 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
756 if (rel.sym->isFunc()) in relocate()
768 if (rel.sym->isFunc()) in relocate()
[all …]
H A DMips.cpp89 if (!s.isFunc() && s.type != STT_NOTYPE) { in getRelExpr()
765 if (!sym->isFunc()) in isMipsPIC()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h186 bool isFunc);
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp374 (config->bsymbolic == BsymbolicKind::Functions && sym.isFunc()) || in computeIsPreemptible()
375 (config->bsymbolic == BsymbolicKind::NonWeakFunctions && sym.isFunc() && in computeIsPreemptible()
H A DSymbols.h348 bool isFunc() const { return type == llvm::ELF::STT_FUNC; } in isFunc() function
H A DRelocations.cpp966 return ((sym.isFunc() && config->ignoreFunctionAddressEquality) || in canDefineSymbolInExecutable()
1222 if (sym.isFunc()) { in processAux()
1716 assert(sym.isFunc() && sym.hasFlag(NEEDS_PLT)); in postScanRelocations()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp540 bool isFunc) { in addPotentialUndefinedSymbol() argument
566 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3458 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local
3468 if (!isFunc && in ActOnCXXMemberDeclarator()
3471 else if (!isFunc) in ActOnCXXMemberDeclarator()
3520 if (isFunc) { in ActOnCXXMemberDeclarator()
3537 !isFunc); in ActOnCXXMemberDeclarator()