Home
last modified time | relevance | path

Searched refs:DebugPrefixMap (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp99 std::map<const std::string, const std::string> DebugPrefixMap; member
259 Opts.DebugPrefixMap.insert( in CreateFromArgs()
450 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl()
451 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp855 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
859 for (const auto &V : DebugPrefixMap) in remapDebugPath()
865 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
866 if (DebugPrefixMap.empty()) in RemapDebugPaths()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp163 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
H A DCGDebugInfo.h88 DebugPrefixMap; variable
H A DCGDebugInfo.cpp71 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
72 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
458 if (DebugPrefixMap.empty()) in remapDIPath()
462 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp182 static cl::list<std::string> DebugPrefixMap( variable
483 for (const auto &Arg : DebugPrefixMap) { in main()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h183 std::map<std::string, std::string> DebugPrefixMap; variable
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h194 DebugPrefixMap; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1385 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()
1669 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()
4632 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()