Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h115 setAutoClaimResponsibilityForObjectSymbols(bool AutoClaimObjectSymbols) { in setAutoClaimResponsibilityForObjectSymbols() argument
116 this->AutoClaimObjectSymbols = AutoClaimObjectSymbols; in setAutoClaimResponsibilityForObjectSymbols()
152 bool AutoClaimObjectSymbols = false; variable
H A DObjectLinkingLayer.h189 setAutoClaimResponsibilityForObjectSymbols(bool AutoClaimObjectSymbols) { in setAutoClaimResponsibilityForObjectSymbols() argument
190 this->AutoClaimObjectSymbols = AutoClaimObjectSymbols; in setAutoClaimResponsibilityForObjectSymbols()
208 bool AutoClaimObjectSymbols = false; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp134 if (AutoClaimObjectSymbols && in emit()
327 } else if (AutoClaimObjectSymbols) in onObjLoad()
H A DObjectLinkingLayer.cpp237 bool AutoClaim = Layer.AutoClaimObjectSymbols; in notifyResolved()