Searched refs:DebugPrefixMap (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 108 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; member 309 Opts.DebugPrefixMap.emplace_back(Split.first, Split.second); in CreateFromArgs() 512 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl() 513 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 893 DebugPrefixMap.emplace_back(From, To); in addDebugPrefixMapEntry() 897 for (const auto &[From, To] : llvm::reverse(DebugPrefixMap)) in remapDebugPath() 903 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local 904 if (DebugPrefixMap.empty()) in RemapDebugPaths()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 177 static cl::list<std::string> DebugPrefixMap( variable 476 for (const auto &Arg : DebugPrefixMap) { in main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 212 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 195 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1584 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs() 1860 Opts.DebugPrefixMap.emplace_back(Split.first, Split.second); in ParseCodeGenArgs() 5008 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 485 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()
|