Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h425 setScope(S); in Symbol()
619 void setScope(Scope S) { in setScope() function
656 setScope(Scope::Default); in makeExternal()
1353 Sym.setScope(Scope::Local); in makeAbsolute()
1383 Sym.setScope(S); in makeDefined()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp238 Sym->setScope(ResultI->second.getFlags().isExported() ? Scope::Default in applyLookupResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp589 bool setScope(const MachineBasicBlock::iterator MI,
2179 bool SIGfx12CacheControl::setScope(const MachineBasicBlock::iterator MI, in setScope() function in SIGfx12CacheControl
2367 Changed |= setScope(MI, AMDGPU::CPol::SCOPE_SYS); in enableVolatileAndOrNonTemporal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp587 Ptr.setScope(jitlink::Scope::Default); in createStubsGraph()