Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
DLTOCodeGenerator.cpp75 _emitDwarfDebugInfo(false), _scopeRestrictionsDone(false), in LTOCodeGenerator()
332 if (_scopeRestrictionsDone) return; in applyScopeRestrictions()
386 _scopeRestrictionsDone = true; in applyScopeRestrictions()
DLTOCodeGenerator.h122 bool _scopeRestrictionsDone; member