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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp296 if (s.isFunc() && expr == R_PC && (s.getVA() & 1))
307 if (expr == R_PLT_PC || (s.isFunc() && (s.getVA() & 1) == 0))
399 assert(!s.isFunc());
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb)
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) {
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb)
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) {
659 if (rel.sym->isFunc())
691 if (rel.sym->isFunc())
703 if (rel.sym->isFunc())
[all...]
H A DMips.cpp92 if (!s.isFunc() && s.type != STT_NOTYPE) {
738 if (!sym->isFunc())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h184 bool isFunc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp537 bool isFunc) {
562 info.isFunction = isFunc;
536 addPotentialUndefinedSymbol(ModuleSymbolTable::Symbol Sym, bool isFunc) argument
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h278 bool isFunc() const { return type == llvm::ELF::STT_FUNC; } function in class:lld::elf::Symbol
H A DSymbols.cpp371 if (config->symbolic || (config->bsymbolicFunctions && sym.isFunc()))
H A DRelocations.cpp1102 return ((sym.isFunc() && config->ignoreFunctionAddressEquality) ||
1219 if (sym.isFunc()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp3194 bool isFunc = D.isDeclarationOfFunction();
3204 if (!isFunc &&
3207 else if (!isFunc)
3256 if (isFunc) {
3273 !isFunc);

Completed in 109 milliseconds