Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp101 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 DMCContext.cpp890 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 DObjectFilePCHContainerOperations.cpp166 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
167 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
H A DCGDebugInfo.cpp475 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp182 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 DCodeGenOptions.h208 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h193 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1511 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()