Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp790 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
794 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
795 if (DebugPrefixMap.empty()) in RemapDebugPaths()
798 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()
800 for (const auto &Entry : DebugPrefixMap) { in RemapDebugPaths()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp99 std::map<const std::string, const std::string> DebugPrefixMap; member
250 Opts.DebugPrefixMap.insert( in CreateFromArgs()
429 if (!Opts.DebugPrefixMap.empty()) in ExecuteAssemblerImpl()
430 for (const auto &KV : Opts.DebugPrefixMap) in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp157 CodeGenOpts.DebugPrefixMap = in PCHContainerGenerator()
158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
H A DCGDebugInfo.h89 DebugPrefixMap; variable
H A DCGDebugInfo.cpp70 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
71 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
481 if (DebugPrefixMap.empty()) in remapDIPath()
485 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp157 DebugPrefixMap("fdebug-prefix-map", variable
452 for (const auto &Arg : DebugPrefixMap) { in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h171 std::map<std::string, std::string> DebugPrefixMap; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h169 std::map<const std::string, const std::string> DebugPrefixMap; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1375 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()
1637 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()
4564 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()