Home
last modified time | relevance | path

Searched refs:AutoClaim (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp98 bool AutoClaim = Layer.AutoClaimObjectSymbols; in notifyResolved() local
113 if (AutoClaim && !MR.getSymbols().count(InternedName)) { in notifyResolved()
131 if (AutoClaim && !MR.getSymbols().count(InternedName)) { in notifyResolved()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DObjectLinkingLayer.cpp106 bool AutoClaim = Layer.AutoClaimObjectSymbols; in notifyResolved() local
121 if (AutoClaim && !MR->getSymbols().count(InternedName)) { in notifyResolved()
139 if (AutoClaim && !MR->getSymbols().count(InternedName)) { in notifyResolved()