Searched refs:DebugPrefixMap (Results 1 – 4 of 4) sorted by relevance
131 std::map<std::string, std::string> DebugPrefixMap; variable
86 llvm::SmallDenseMap<llvm::StringRef, llvm::StringRef> DebugPrefixMap; variable
50 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()51 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()310 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
424 Opts.DebugPrefixMap.insert(StringRef(Arg).split('=')); in ParseCodeGenArgs()