Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp100 std::map<const std::string, const std::string> DebugPrefixMap; member
278 Opts.DebugPrefixMap.insert( in CreateFromArgs()
475 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl()
476 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp887 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
891 for (const auto &[From, To] : DebugPrefixMap) in remapDebugPath()
897 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
898 if (DebugPrefixMap.empty()) in RemapDebugPaths()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp163 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
H A DCGDebugInfo.h88 DebugPrefixMap; variable
H A DCGDebugInfo.cpp75 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
76 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
472 if (DebugPrefixMap.empty()) in remapDIPath()
476 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/openbsd/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp182 static cl::list<std::string> DebugPrefixMap( variable
483 for (const auto &Arg : DebugPrefixMap) { in main()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h203 std::map<std::string, std::string> DebugPrefixMap; variable
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h193 std::map<std::string, const std::string, std::greater<>> DebugPrefixMap; variable
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1397 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()
1677 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()
4677 HBuilder.addRange(getCodeGenOpts().DebugPrefixMap); in getModuleHash()