Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp693 typedef std::list<const TrivialMemoryManager::SectionInfo*> WorklistT; in remapSectionsAndSymbols() typedef
694 WorklistT Worklist; in remapSectionsAndSymbols()
710 for (WorklistT::iterator I = Worklist.begin(), E = Worklist.end(); in remapSectionsAndSymbols()
712 WorklistT::iterator Tmp = I; in remapSectionsAndSymbols()