Searched refs:DebugPrefixMap (Results 1 – 9 of 9) sorted by relevance
790 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()794 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local795 if (DebugPrefixMap.empty()) in RemapDebugPaths()798 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()800 for (const auto &Entry : DebugPrefixMap) { in RemapDebugPaths()
99 std::map<const std::string, const std::string> DebugPrefixMap; member250 Opts.DebugPrefixMap.insert( in CreateFromArgs()429 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl()430 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
157 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
89 DebugPrefixMap; variable
70 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()71 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()481 if (DebugPrefixMap.empty()) in remapDIPath()485 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
157 DebugPrefixMap("fdebug-prefix-map", variable452 for (const auto &Arg : DebugPrefixMap) { in main()
171 std::map<std::string, std::string> DebugPrefixMap; variable
169 std::map<const std::string, const std::string> DebugPrefixMap; variable
1375 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()1637 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()4564 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()