Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h100 setAutoClaimResponsibilityForObjectSymbols(bool AutoClaimObjectSymbols) { in setAutoClaimResponsibilityForObjectSymbols() argument
101 this->AutoClaimObjectSymbols = AutoClaimObjectSymbols; in setAutoClaimResponsibilityForObjectSymbols()
120 bool AutoClaimObjectSymbols = false; variable
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp176 if (OverrideObjectFlags || AutoClaimObjectSymbols) { in onObjLoad()
181 else if (AutoClaimObjectSymbols && I == R.getSymbols().end()) in onObjLoad()