Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSlotTracker.h32 bool ShouldCreateStorage = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp883 : ShouldCreateStorage(M), in ModuleSlotTracker()
889 if (!ShouldCreateStorage) in getMachine()
892 ShouldCreateStorage = false; in getMachine()