Home
last modified time | relevance | path

Searched refs:AutoClaimObjectSymbols (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h116 setAutoClaimResponsibilityForObjectSymbols(bool AutoClaimObjectSymbols) { in setAutoClaimResponsibilityForObjectSymbols() argument
117 this->AutoClaimObjectSymbols = AutoClaimObjectSymbols; in setAutoClaimResponsibilityForObjectSymbols()
152 bool AutoClaimObjectSymbols = false; variable
H A DObjectLinkingLayer.h181 setAutoClaimResponsibilityForObjectSymbols(bool AutoClaimObjectSymbols) { in setAutoClaimResponsibilityForObjectSymbols() argument
182 this->AutoClaimObjectSymbols = AutoClaimObjectSymbols; in setAutoClaimResponsibilityForObjectSymbols()
202 bool AutoClaimObjectSymbols = false; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp241 if (OverrideObjectFlags || AutoClaimObjectSymbols) { in onObjLoad()
246 else if (AutoClaimObjectSymbols && I == R.getSymbols().end()) in onObjLoad()
H A DObjectLinkingLayer.cpp206 bool AutoClaim = Layer.AutoClaimObjectSymbols; in notifyResolved()