Searched refs:DebugPrefixMap (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 105 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; member 313 Opts.DebugPrefixMap.emplace_back(Split.first, Split.second); in CreateFromArgs() 516 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl() 517 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerWriter.cpp | 167 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator() 168 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 626 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 985 DebugPrefixMap.emplace_back(From, To); in addDebugPrefixMapEntry() 989 for (const auto &[From, To] : llvm::reverse(DebugPrefixMap)) in remapDebugPath() 995 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local 996 if (DebugPrefixMap.empty()) in RemapDebugPaths()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 190 static cl::list<std::string> DebugPrefixMap( variable 495 for (const auto &Arg : DebugPrefixMap) { in main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 220 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 196 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1654 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs() 1971 Opts.DebugPrefixMap.emplace_back(Split.first, Split.second); in ParseCodeGenArgs() 5355 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()
|