Searched defs:Globals (Results 1 – 10 of 10) sorted by relevance
8 typedef struct Globals { struct9 char answerbuf;10 min_info info[1];11 min_info *pInfo;
155 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()287 DenseMap<unsigned, SmallVector<GlobalVariable*, 16> > Globals, ConstGlobals, in doInitialization() local
66 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), variable
492 const std::vector<GlobalVariable *> &Globals) { in buildBitSetsFromGlobals()652 std::vector<GlobalVariable *> Globals; in buildBitSets() local
482 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() local
907 class Globals: class
69 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals()868 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local
1394 const auto &Globals = (TheU->*Accessor)(); in emitDebugPubSection() local
278 NamedMDNode *Globals = M.getNamedMetadata("llvm.asan.globals"); in init() local
39 SmallVector<llvm::GlobalVariable *, 2> Globals; member