Searched refs:DebugPrefixMap (Results 1 – 9 of 9) sorted by relevance
540 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()544 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local545 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()546 for (const auto &Entry : DebugPrefixMap) in RemapDebugPaths()
98 std::map<const std::string, const std::string> DebugPrefixMap; member241 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in CreateFromArgs()397 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssembler()398 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssembler()
158 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()159 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
86 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
69 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()70 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()474 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
155 std::map<std::string, std::string> DebugPrefixMap; variable
156 DebugPrefixMap("fdebug-prefix-map", variable399 for (const auto &Arg : DebugPrefixMap) { in main()
141 std::map<const std::string, const std::string> DebugPrefixMap; variable495 return DebugPrefixMap; in getDebugPrefixMap()
737 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()3422 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()