Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp74 _emitDwarfDebugInfo(false), _scopeRestrictionsDone(false), in LTOCodeGenerator()
307 if (_scopeRestrictionsDone) return; in applyScopeRestrictions()
359 _scopeRestrictionsDone = true; in applyScopeRestrictions()
DLTOCodeGenerator.h63 bool _scopeRestrictionsDone; member