| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Symbols.h | 106 : symbolKind(k), isExternal(true), isCOMDAT(false), in symbolKind() 115 unsigned isExternal : 1; variable 201 bool isExternal = false, 205 this->isExternal = isExternal; in DefinedCOFF() 226 this->isExternal = true; in DefinedCOFF() 248 isExternal = s.isExternal(); in DefinedAbsolute()
|
| H A D | InputFiles.cpp | 143 if (coffSym.isUndefined() || !coffSym.isExternal() || in parseLazy() 358 if (sym.isExternal()) { in createRegular() 607 if (sym.isExternal()) in createDefined() 639 if (sym.isExternal()) { in createDefined()
|
| /llvm-project-15.0.7/mlir/lib/Analysis/ |
| H A D | CallGraph.cpp | 28 bool CallGraphNode::isExternal() const { return !callableRegion; } in isExternal() function in CallGraphNode 33 assert(!isExternal() && "the external node has no callable region"); in getCallableRegion() 40 assert(isExternal() && "abstract edges are only valid on external nodes"); in addAbstractEdge() 179 if (node->isExternal()) { in print()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | NormalizeMemRefs.cpp | 154 if (funcOp.isExternal()) in areMemRefsNormalizable() 206 if (!funcOp.isExternal()) { in updateFunctionSignature() 313 if (!funcOp.isExternal()) in updateFunctionSignature() 358 if (newMemRefType == memrefType || funcOp.isExternal()) { in normalizeFuncOpMemRefs() 399 !funcOp.isExternal()) { in normalizeFuncOpMemRefs() 450 if (funcOp.isExternal()) { in normalizeFuncOpMemRefs()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Symbols.cpp | 44 uint64_t value, uint64_t size, bool isWeakDef, bool isExternal, in Defined() argument 54 weakDef(isWeakDef), external(isExternal), isec(isec), value(value), in Defined()
|
| H A D | Symbols.h | 119 uint64_t size, bool isWeakDef, bool isExternal, bool isPrivateExtern, 126 return isWeakDef() && isExternal() && !privateExtern; in isExternalWeakDef() 130 bool isExternal() const { return external; } in isExternal() function
|
| H A D | LTO.cpp | 84 defined->isExternal() && !defined->privateExtern && exportDynamic; in add()
|
| H A D | MarkLive.cpp | 268 if (!defined->isExternal() && defined->noDeadStrip) in markLive()
|
| H A D | ConcatOutputSection.cpp | 329 if (!isa<Defined>(funcSym) || cast<Defined>(funcSym)->isExternal()) { in finalize()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | LoopUnrollAndJam.cpp | 73 if (getOperation().isExternal()) in runOnOperation()
|
| H A D | LoopUnroll.cpp | 84 if (func.isExternal()) in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/ |
| H A D | BufferResultsToOutParams.cpp | 81 if (func.isExternal()) in updateFuncOp() 171 if (func.isExternal()) in promoteBufferResultsToOutParams()
|
| H A D | DropEquivalentBufferResults.cpp | 67 if (funcOp.isExternal()) in dropEquivalentBufferResults()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/JITLink/ |
| H A D | LinkGraphTests.cpp | 226 EXPECT_FALSE(S1.isExternal()) << "Symbol should not be external"; in TEST() 245 EXPECT_TRUE(S1.isExternal()) << "Symbol should be external"; in TEST() 273 EXPECT_TRUE(S1.isExternal()) << "Symbol should be external"; in TEST() 291 EXPECT_FALSE(S1.isExternal()) << "Symbol should not be external"; in TEST()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.td | 67 return isExternal() ? nullptr : &getBody(); 95 bool isDeclaration() { return isExternal(); } 415 ::mlir::Region *getCallableRegion() { return isExternal() ? nullptr : &getBody(); } 435 bool isDeclaration() { return isExternal(); }
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | FunctionImplementation.cpp | 268 bool isExternal = body.empty(); in printFunctionSignature() local 276 if (!isExternal) { in printFunctionSignature()
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestSymbolUses.cpp | 46 if (funcSymbol && funcSymbol.isExternal()) in operateOnSymbol()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | Inliner.cpp | 348 if (!targetNode->isExternal()) in collectCallOps() 471 if (node->isExternal()) in inlineCallsInSCC() 711 if (node->isExternal()) in optimizeSCC()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | CallGraph.h | 92 bool isExternal() const;
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 378 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist() 574 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable() 600 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable() 1069 if (it->Symbol->isDefined() && !it->Symbol->isExternal()) { in writeObject()
|
| H A D | WinCOFFObjectWriter.cpp | 354 if (Symbol.isCommon() && Symbol.isExternal()) in getSymbolValue() 374 if (Aliasee.isUndefined() || Aliasee.isExternal()) in getLinkedSymbol() 437 bool IsExternal = MCSym.isExternal() || in DefineSymbol()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 377 bool isExternal() const { in isExternal() function 382 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isCommon() 387 return isExternal() && getSectionNumber() == COFF::IMAGE_SYM_UNDEFINED && in isUndefined() 396 return isExternal() && getBaseType() == COFF::IMAGE_SYM_TYPE_NULL && in isFunctionDefinition()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 401 bool isExternal() const { return IsExternal; } in isExternal() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/ |
| H A D | FuncOps.td | 295 ::mlir::Region *getCallableRegion() { return isExternal() ? nullptr : &getBody(); } 322 bool isDeclaration() { return isExternal(); }
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Func/IR/ |
| H A D | FuncOps.cpp | 306 if (!isExternal()) { in clone()
|