Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/sectionify/
H A DSectionifyPass.h31 …bool parseStringMapOpt(std::map<std::string, std::string> &map, std::vector<std::string> &keyList,…
/minix3/minix/llvm/passes/sectionify/
H A DSectionifyPass.cpp186 bool SectionifyPass::parseStringMapOpt(std::map<std::string, std::string> &map, std::vector<std::st… in parseStringMapOpt() function in llvm::SectionifyPass
208 …if (!parseStringMapOpt(sectionMap, sectionList, stringListOpt) || !initRegexMap(regexMap, regexLis… in parseAndInitRegexMap()