Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DARM.cpp296 if (s.isFunc() && expr == R_PC && (s.getVA() & 1)) in needsThunk()
307 if (expr == R_PLT_PC || (s.isFunc() && (s.getVA() & 1) == 0)) in needsThunk()
399 assert(!s.isFunc()); in stateChangeWarning()
505 if (!rel.sym->isFunc() && isBlx != bit0Thumb) in relocate()
507 if (rel.sym->isFunc() ? bit0Thumb : isBlx) { in relocate()
555 if (!rel.sym->isFunc() && !rel.sym->isInPlt() && isBlx == bit0Thumb) in relocate()
557 if (rel.sym->isFunc() || rel.sym->isInPlt() ? !bit0Thumb : isBlx) { in relocate()
659 if (rel.sym->isFunc()) in relocate()
691 if (rel.sym->isFunc()) in relocate()
703 if (rel.sym->isFunc()) in relocate()
DMips.cpp92 if (!s.isFunc() && s.type != STT_NOTYPE) { in getRelExpr()
738 if (!sym->isFunc()) in isMipsPIC()
/external/llvm-project/mlir/unittests/Pass/
DPassManagerTest.cpp21 GenericAnalysis(Operation *op) : isFunc(isa<FuncOp>(op)) {} in GenericAnalysis()
22 const bool isFunc; member
42 op.setAttr("isFunc", builder.getBoolAttr(ga.isFunc)); in runOnOperation()
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h174 bool isFunc);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h180 bool isFunc);
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOModule.h182 bool isFunc);
/external/llvm/lib/LTO/
DLTOModule.cpp549 bool isFunc) { in addPotentialUndefinedSymbol() argument
573 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp537 bool isFunc) { in addPotentialUndefinedSymbol() argument
562 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/external/llvm-project/llvm/lib/LTO/
DLTOModule.cpp540 bool isFunc) { in addPotentialUndefinedSymbol() argument
565 info.isFunction = isFunc; in addPotentialUndefinedSymbol()
/external/llvm-project/lld/ELF/
DSymbols.h287 bool isFunc() const { return type == llvm::ELF::STT_FUNC; } in isFunc() function
DSymbols.cpp370 if (config->symbolic || (config->bsymbolicFunctions && sym.isFunc())) in computeIsPreemptible()
DRelocations.cpp1120 return ((sym.isFunc() && config->ignoreFunctionAddressEquality) || in canDefineSymbolInExecutable()
1237 if (sym.isFunc()) { in processRelocAux()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp2023 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local
2031 if (!isFunc) in ActOnCXXMemberDeclarator()
2080 if (isFunc) { in ActOnCXXMemberDeclarator()
2097 !isFunc); in ActOnCXXMemberDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp3219 bool isFunc = D.isDeclarationOfFunction(); in ActOnCXXMemberDeclarator() local
3229 if (!isFunc && in ActOnCXXMemberDeclarator()
3232 else if (!isFunc) in ActOnCXXMemberDeclarator()
3281 if (isFunc) { in ActOnCXXMemberDeclarator()
3298 !isFunc); in ActOnCXXMemberDeclarator()