Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp466 if (ScopeRestrictionsDone) in applyScopeRestrictions()
516 ScopeRestrictionsDone = true; in applyScopeRestrictions()
524 assert(ScopeRestrictionsDone && in restoreLinkageForExternals()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h231 bool ScopeRestrictionsDone = false; member