Searched refs:DebugPrefixMap (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 101 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; member 284 Opts.DebugPrefixMap.emplace_back(Split.first, Split.second); in CreateFromArgs() 484 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl() 485 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 890 DebugPrefixMap.emplace_back(From, To); in addDebugPrefixMapEntry() 894 for (const auto &[From, To] : llvm::reverse(DebugPrefixMap)) in remapDebugPath() 900 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local 901 if (DebugPrefixMap.empty()) in RemapDebugPaths()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 166 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator() 167 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 475 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 182 static cl::list<std::string> DebugPrefixMap( variable 486 for (const auto &Arg : DebugPrefixMap) { in main()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 193 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1511 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs() 1784 Opts.DebugPrefixMap.emplace_back(Split.first, Split.second); in ParseCodeGenArgs() 4798 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()
|