Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp108 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 DMCContext.cpp893 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 Dllvm-mc.cpp177 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 DCodeGenOptions.h212 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h195 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1584 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 DCGDebugInfo.cpp485 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()