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.cpp453 if (ScopeRestrictionsDone) in applyScopeRestrictions()
503 ScopeRestrictionsDone = true; in applyScopeRestrictions()
511 assert(ScopeRestrictionsDone && in restoreLinkageForExternals()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h233 bool ScopeRestrictionsDone = false; member