Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp548 typedef std::list<std::pair<void*, uint64_t>> WorklistT; in remapSectionsAndSymbols() typedef
549 WorklistT Worklist; in remapSectionsAndSymbols()
568 for (WorklistT::iterator I = Worklist.begin(), E = Worklist.end(); in remapSectionsAndSymbols()
570 WorklistT::iterator Tmp = I; in remapSectionsAndSymbols()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp642 typedef std::list<const TrivialMemoryManager::SectionInfo*> WorklistT; in remapSectionsAndSymbols() typedef
643 WorklistT Worklist; in remapSectionsAndSymbols()
659 for (WorklistT::iterator I = Worklist.begin(), E = Worklist.end(); in remapSectionsAndSymbols()
661 WorklistT::iterator Tmp = I; in remapSectionsAndSymbols()