Home
last modified time | relevance | path

Searched refs:setScope (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITLinkRedirectableSymbolManager.cpp47 Ptr.setScope(jitlink::Scope::Hidden); in emitRedirectableSymbols()
50 Stub.setScope(Def.getFlags().isExported() ? jitlink::Scope::Default in emitRedirectableSymbols()
H A DExecutionUtils.cpp572 Ptr.setScope(jitlink::Scope::Default); in createStubsGraph()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp574 bool setScope(const MachineBasicBlock::iterator MI,
2252 bool SIGfx12CacheControl::setScope(const MachineBasicBlock::iterator MI, in setScope() function in SIGfx12CacheControl
2527 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_SYS); in enableVolatileAndOrNonTemporal()
2561 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_SYS); in setAtomicScope()
2564 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_DEV); in setAtomicScope()
2570 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_SE); in setAtomicScope()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h444 setScope(S); in Symbol()
647 void setScope(Scope S) { in setScope() function
684 setScope(Scope::Default); in makeExternal()
1492 Sym.setScope(Scope::Local); in makeAbsolute()
1522 Sym.setScope(S); in makeDefined()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp234 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()