Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSlotTracker.h33 bool ShouldCreateStorage = false; variable
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp825 : ShouldCreateStorage(M), in ModuleSlotTracker()
831 if (!ShouldCreateStorage) in getMachine()
834 ShouldCreateStorage = false; in getMachine()