Searched refs:DebugPrefixMap (Results 1 – 15 of 15) sorted by relevance
710 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()714 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local715 if (DebugPrefixMap.empty()) in RemapDebugPaths()718 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()720 for (const auto &Entry : DebugPrefixMap) { in RemapDebugPaths()
581 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()585 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local586 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()587 for (const auto &Entry : DebugPrefixMap) in RemapDebugPaths()
98 std::map<const std::string, const std::string> DebugPrefixMap; member245 Opts.DebugPrefixMap.insert( in CreateFromArgs()415 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssembler()416 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssembler()
117 std::map<std::string, std::string> DebugPrefixMap; variable
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()479 if (DebugPrefixMap.empty()) in remapDIPath()483 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
169 std::map<std::string, std::string> DebugPrefixMap; variable
157 DebugPrefixMap("fdebug-prefix-map", variable432 for (const auto &Arg : DebugPrefixMap) { in main()
79 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
51 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()52 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()349 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
150 std::map<const std::string, const std::string> DebugPrefixMap; variable
147 std::map<const std::string, const std::string> DebugPrefixMap; variable
927 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()4033 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()
502 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()