Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp105 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 DObjectFilePCHContainerWriter.cpp167 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
168 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
H A DCGDebugInfo.cpp626 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp985 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 Dllvm-mc.cpp190 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 DCodeGenOptions.h220 llvm::SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h196 SmallVector<std::pair<std::string, std::string>, 0> DebugPrefixMap; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1654 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()