Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp412 if (ScopeRestrictionsDone) in applyScopeRestrictions()
462 ScopeRestrictionsDone = true; in applyScopeRestrictions()
470 assert(ScopeRestrictionsDone && in restoreLinkageForExternals()
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h212 bool ScopeRestrictionsDone = false; member