Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp32 std::map<std::string, std::set<std::string>> DelegateToMap; member in __anon55933a050111::CallingConvEmitter
157 DelegateToMap[CurrentAction].insert(CC->getName().str()); in EmitAction()
368 std::deque<EntryTy> Worklist(DelegateToMap.begin(), DelegateToMap.end()); in EmitArgRegisterLists()
390 DelegateToMap.erase(CCName); in EmitArgRegisterLists()