Searched refs:TypeMapInitialized (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp994 TypeMapInitialized = false;
998 if (!TypeMapInitialized)
1001 TypeMapInitialized = true;
/external/llvm/include/llvm/IR/
H A DDebugInfo.h851 DebugInfoFinder() : TypeMapInitialized(false) {}
935 bool TypeMapInitialized; member in class:llvm::DebugInfoFinder

Completed in 149 milliseconds