Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp805 DebugPrefixMap.insert(std::make_pair(From, To)); in addDebugPrefixMapEntry()
809 const auto &DebugPrefixMap = this->DebugPrefixMap; in RemapDebugPaths() local
810 if (DebugPrefixMap.empty()) in RemapDebugPaths()
813 const auto RemapDebugPath = [&DebugPrefixMap](std::string &Path) { in RemapDebugPaths()
815 for (const auto &Entry : DebugPrefixMap) { in RemapDebugPaths()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
454 if (DebugPrefixMap.empty()) in remapDIPath()
458 for (const auto &Entry : DebugPrefixMap) in remapDIPath()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h171 std::map<std::string, std::string> DebugPrefixMap; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp184 static cl::list<std::string> DebugPrefixMap( variable
485 for (const auto &Arg : DebugPrefixMap) { in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h171 std::map<const std::string, const std::string> DebugPrefixMap; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1372 for (const auto &Prefix : Opts.DebugPrefixMap) in GenerateCodeGenArgs()
1640 Opts.DebugPrefixMap.insert( in ParseCodeGenArgs()
4562 for (const auto &KeyValue : getCodeGenOpts().DebugPrefixMap) in getModuleHash()