Searched refs:DebugPrefixMap (Results 1 – 9 of 9) sorted by relevance
100 std::map<const std::string, const std::string> DebugPrefixMap; member278 Opts.DebugPrefixMap.insert( in CreateFromArgs()475 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl()476 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
887 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()891 for (const auto &[From, To] : DebugPrefixMap) in remapDebugPath()897 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local898 if (DebugPrefixMap.empty()) in RemapDebugPaths()
163 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
88 DebugPrefixMap; variable
75 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()76 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()472 if (DebugPrefixMap.empty()) in remapDIPath()476 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
182 static cl::list<std::string> DebugPrefixMap( variable483 for (const auto &Arg : DebugPrefixMap) { in main()
203 std::map<std::string, std::string> DebugPrefixMap; variable
193 std::map<std::string, const std::string, std::greater<>> DebugPrefixMap; variable
1397 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()1677 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()4677 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()