Searched refs:DebugPrefixMap (Results 1 – 9 of 9) sorted by relevance
99 std::map<const std::string, const std::string> DebugPrefixMap; member259 Opts.DebugPrefixMap.insert( in CreateFromArgs()450 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl()451 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
855 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()859 for (const auto &V : DebugPrefixMap) in remapDebugPath()865 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local866 if (DebugPrefixMap.empty()) in RemapDebugPaths()
163 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
88 DebugPrefixMap; variable
71 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()72 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()458 if (DebugPrefixMap.empty()) in remapDIPath()462 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
182 static cl::list<std::string> DebugPrefixMap( variable483 for (const auto &Arg : DebugPrefixMap) { in main()
183 std::map<std::string, std::string> DebugPrefixMap; variable
194 DebugPrefixMap; variable
1385 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()1669 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()4632 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()