Searched refs:DebugPrefixMap (Results 1 – 6 of 6) sorted by relevance
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()
117 std::map<std::string, std::string> DebugPrefixMap; variable
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()
147 std::map<const std::string, const std::string> DebugPrefixMap; variable
502 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()