Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSlotTracker.h47 bool ShouldCreateStorage = false; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp832 : ShouldCreateStorage(M), in ModuleSlotTracker()
838 if (!ShouldCreateStorage) in getMachine()
841 ShouldCreateStorage = false; in getMachine()