Searched refs:DebugPrefixMap (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp98 std::map<const std::string, const std::string> DebugPrefixMap; member in struct:__anon2424::AssemblerInvocation
251 Opts.DebugPrefixMap.insert(
421 if (!Opts.DebugPrefixMap.empty())
422 for (const auto &KV : Opts.DebugPrefixMap)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp698 DebugPrefixMap.insert(std::make_pair(From, To));
702 const auto &DebugPrefixMap = this->DebugPrefixMap; local
703 if (DebugPrefixMap.empty())
706 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) {
708 for (const auto &Entry : DebugPrefixMap) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp157 CodeGenOpts.DebugPrefixMap =
158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap;
H A DCGDebugInfo.h89 DebugPrefixMap; member in class:clang::DynamicInitKind::CGDebugInfo
H A DCGDebugInfo.cpp70 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap)
71 DebugPrefixMap[KV.first] = KV.second;
480 if (DebugPrefixMap.empty())
484 for (const auto &Entry : DebugPrefixMap)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h169 std::map<std::string, std::string> DebugPrefixMap; member in class:clang::CodeGenOptions
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp157 DebugPrefixMap("fdebug-prefix-map",
427 for (const auto &Arg : DebugPrefixMap) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h149 std::map<const std::string, const std::string> DebugPrefixMap; member in class:llvm::MCContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp810 Opts.DebugPrefixMap.insert(
3929 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap)

Completed in 107 milliseconds